1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-18 07:53:11 +03:00

monitor.py: Fix typo of info()

This commit is contained in:
Athanasius 2020-09-23 15:32:36 +01:00
parent 99ee6e0a57
commit d8ea6a0a94

View File

@ -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: