Update documentation
This commit is contained in:
parent
c2b67e70c5
commit
0c9976565c
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ Calling Seeding API
|
|||
|
||||
success = Seeding.pay_park()
|
||||
# check which code the api returned
|
||||
if success == 201:
|
||||
if success == 204:
|
||||
print(f"We scored some points!")
|
||||
else:
|
||||
print(f"We failed :(")
|
||||
|
|
Reference in a new issue