Fix typo
This commit is contained in:
parent
0da1c5edae
commit
9447461f77
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ decoded_json = response.json()
|
||||||
if "token" in decoded_json:
|
if "token" in decoded_json:
|
||||||
print(decoded_json["token"])
|
print(decoded_json["token"])
|
||||||
else:
|
else:
|
||||||
print(f"Erro!\n {decoded_json}")
|
print(f"Error!\n {decoded_json}")
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,4 @@ decoded_json = response.json()
|
||||||
if "token" in decoded_json:
|
if "token" in decoded_json:
|
||||||
print(decoded_json["token"])
|
print(decoded_json["token"])
|
||||||
else:
|
else:
|
||||||
print(f"Erro!\n {decoded_json}")
|
print(f"Error!\n {decoded_json}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue