Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit ae5fd19

Browse files
authored
Merge pull request #29 from Mr-Conos/Mr-Conos-patch-1
Update usage.rst
2 parents 80ba32d + aabd8d6 commit ae5fd19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Rate Rocks
7272
7373
BASE = "https://mrconos.pythonanywhere.com/"
7474
75-
response = requests.patch(BASE + "rate/" + "test", {"rating":0})
75+
response = requests.patch(BASE + "rate/" + "test", {"rating":3})
7676
print(response.json())
7777

0 commit comments

Comments
 (0)