From 085159f8cb012f2f94956429dab2fb1e93025cb7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 12 Jan 2023 15:03:43 +0000 Subject: [PATCH] When it's a StartUp event say *that*, not Startup This check in EDMarketConnector.py is explicitly for StartUp (and Loadgame), not Startup, so have the logging say that. --- EDMarketConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index fe31304d..0c1df7b8 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -1567,7 +1567,7 @@ class AppWindow(object): return # Startup if entry['event'] in ['StartUp', 'LoadGame'] and monitor.started: - logger.info('Startup or LoadGame event') + logger.info('StartUp or LoadGame event') # Disable WinSparkle automatic update checks, IFF configured to do so when in-game if config.get_int('disable_autoappupdatecheckingame') and 1: