1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

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.
This commit is contained in:
Athanasius 2023-01-12 15:03:43 +00:00
parent 3d41be7651
commit 085159f8cb
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

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