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

Commit aabd8d6

Browse files
authored
Update usage.rst
1 parent 80ba32d commit aabd8d6

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)