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

EDMarketConnector.py: clarify comments about CQC

This commit is contained in:
norohind 2021-08-11 14:00:32 +03:00
parent c08c1a574e
commit 97998e6de9
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -1184,8 +1184,8 @@ class AppWindow(object):
return # in CQC
if not entry['event'] or not monitor.mode:
# logger.trace('Startup or in CQC, returning')
return # Startup or in CQC
# logger.trace('Startup, returning')
return # Startup
if entry['event'] in ['StartUp', 'LoadGame'] and monitor.started:
logger.info('Startup or LoadGame event')