mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-19 00:04:08 +03:00
monitor.py: Fix typo of info()
This commit is contained in:
parent
99ee6e0a57
commit
d8ea6a0a94
@ -340,7 +340,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
|
||||
# Check whether we're still supposed to be running
|
||||
if threading.current_thread() != self.thread:
|
||||
logger.inof("We're not meant to be running, exiting...")
|
||||
logger.info("We're not meant to be running, exiting...")
|
||||
return # Terminate
|
||||
|
||||
if self.game_was_running:
|
||||
|
Loading…
x
Reference in New Issue
Block a user