mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-24 12:40:52 +03:00
monitor: Don't synthesize StartUp if current event is ShutDown
This commit is contained in:
parent
bb258aeb0a
commit
85ed69463c
@ -1977,7 +1977,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
if entry['event'] == 'Location':
|
||||
logger.trace_if('journal.locations', '"Location" event')
|
||||
|
||||
if not self.live and entry['event'] not in (None, 'Fileheader'):
|
||||
if not self.live and entry['event'] not in (None, 'Fileheader', 'ShutDown'):
|
||||
# Game not running locally, but Journal has been updated
|
||||
self.live = True
|
||||
if self.station:
|
||||
|
Loading…
x
Reference in New Issue
Block a user