1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Tweak comment about 'not locked' meaning doing edmc:// checks

This commit is contained in:
Athanasius 2021-03-05 15:25:01 +00:00
parent f449286983
commit 1663238cd0

View File

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