mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-02 16:41:04 +03:00
Tweak comment about 'not locked' meaning doing edmc:// checks
This commit is contained in:
parent
f449286983
commit
1663238cd0
@ -81,8 +81,9 @@ if __name__ == '__main__': # noqa: C901
|
|||||||
|
|
||||||
if platform == 'win32':
|
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:
|
if not locked:
|
||||||
# Need to do the check for this being an edmc:// auth callback
|
|
||||||
import ctypes
|
import ctypes
|
||||||
from ctypes.wintypes import BOOL, HWND, INT, LPARAM, LPCWSTR, LPWSTR
|
from ctypes.wintypes import BOOL, HWND, INT, LPARAM, LPCWSTR, LPWSTR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user