This commit is contained in:
Zai 2023-10-28 01:13:26 +05:00
parent 0da1c5edae
commit 9447461f77
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ decoded_json = response.json()
if "token" in decoded_json:
print(decoded_json["token"])
else:
print(f"Erro!\n {decoded_json}")
print(f"Error!\n {decoded_json}")
```

View file

@ -17,4 +17,4 @@ decoded_json = response.json()
if "token" in decoded_json:
print(decoded_json["token"])
else:
print(f"Erro!\n {decoded_json}")
print(f"Error!\n {decoded_json}")