mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
EDMarketConnector: Comment about no timed CAPI retry on re-Auth
This commit is contained in:
parent
024e2ba357
commit
e3cd1d6429
@ -1113,10 +1113,9 @@ class AppWindow(object):
|
||||
|
||||
except companion.CredentialsError:
|
||||
companion.session.retrying = False
|
||||
# TODO: Might need to .invalidate() here to avoid "already auth'd"
|
||||
companion.session.invalidate()
|
||||
companion.session.login()
|
||||
return
|
||||
return # We need to give Auth time to complete, so can't set a timed retry
|
||||
|
||||
# Companion API problem
|
||||
except companion.ServerLagging as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user