From e3cd1d642993564e9a65fc2465830ee3954fb934 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 28 Aug 2021 14:27:20 +0100 Subject: [PATCH] EDMarketConnector: Comment about no timed CAPI retry on re-Auth --- EDMarketConnector.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 9b02e912..d416c1b2 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -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: