1
0
Fork 0

Update __init__.py

Indentation error line 42 try and except
This commit is contained in:
Mazaki 2023-04-28 12:42:48 +02:00 committed by GitHub
parent b136f556e7
commit 6fc2192028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,11 +38,11 @@ class Account:
"email_address": mail_adress
}
)
try:
try:
trace_token = response.json()['response']['id']
if logging: print(trace_token)
except KeyError:
except KeyError:
return 'Failed to create account!'
response = client.post(