Update documentation

This commit is contained in:
Joel 2021-02-10 18:53:09 +01:00
parent c2b67e70c5
commit 0c9976565c
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
3 changed files with 3 additions and 3 deletions

View file

@ -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 :(")