Update __init__.py
Indentation error line 42 try and except
This commit is contained in:
parent
b136f556e7
commit
6fc2192028
1 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue