You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File in module
main()
File in main
mobile_api()
File line 143, in mobile_api
api.token = login_gosuslugi(api, login, password) # получение и сохранение API-Токена
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File line 45, in login_gosuslugi
return token
^^^^^
UnboundLocalError: cannot access local variable 'token' where it is not associated with a value
sys:1: RuntimeWarning: coroutine 'AsyncMobileAPI.esia_login' was never awaited
The text was updated successfully, but these errors were encountered:
File in module
main()
File in main
mobile_api()
File line 143, in mobile_api
api.token = login_gosuslugi(api, login, password) # получение и сохранение API-Токена
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File line 45, in login_gosuslugi
return token
^^^^^
UnboundLocalError: cannot access local variable 'token' where it is not associated with a value
sys:1: RuntimeWarning: coroutine 'AsyncMobileAPI.esia_login' was never awaited
The text was updated successfully, but these errors were encountered: