From d8ea6a0a945d80bb4be0015f98a2ecde05311695 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 23 Sep 2020 15:32:36 +0100 Subject: [PATCH] monitor.py: Fix typo of info() --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index e2f2105c..d023a2ac 100644 --- a/monitor.py +++ b/monitor.py @@ -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: