From 1663238cd0c79b6cd862c66a2aed8badb1d286f9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 5 Mar 2021 15:25:01 +0000 Subject: [PATCH] Tweak comment about 'not locked' meaning doing edmc:// checks --- EDMarketConnector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index f750da83..fcc1d78b 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -81,8 +81,9 @@ if __name__ == '__main__': # noqa: C901 if platform == 'win32': + # If *this* instance hasn't locked, then another already has and we + # now need to do the edmc:// checks for auth callback if not locked: - # Need to do the check for this being an edmc:// auth callback import ctypes from ctypes.wintypes import BOOL, HWND, INT, LPARAM, LPCWSTR, LPWSTR