mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-02 00:21:05 +03:00
EDMarketConnector.py: clarify comments about CQC
This commit is contained in:
parent
c08c1a574e
commit
97998e6de9
@ -1184,8 +1184,8 @@ class AppWindow(object):
|
|||||||
return # in CQC
|
return # in CQC
|
||||||
|
|
||||||
if not entry['event'] or not monitor.mode:
|
if not entry['event'] or not monitor.mode:
|
||||||
# logger.trace('Startup or in CQC, returning')
|
# logger.trace('Startup, returning')
|
||||||
return # Startup or in CQC
|
return # Startup
|
||||||
|
|
||||||
if entry['event'] in ['StartUp', 'LoadGame'] and monitor.started:
|
if entry['event'] in ['StartUp', 'LoadGame'] and monitor.started:
|
||||||
logger.info('Startup or LoadGame event')
|
logger.info('Startup or LoadGame event')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user