1
0
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:
Athanasius 2021-08-28 14:27:20 +01:00
parent 024e2ba357
commit e3cd1d6429
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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: