From fad193eff19631c25fe4ea3399f999a51521741f Mon Sep 17 00:00:00 2001 From: A_D Date: Thu, 24 Dec 2020 12:24:11 +0200 Subject: [PATCH] Added clarifying comment --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index e64dbe88..c5684988 100644 --- a/config.py +++ b/config.py @@ -36,6 +36,8 @@ copyright = '© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' update_interval = 8*60*60 +# This must be done here in order to avoid an import cycle with EDMCLogging. +# Other code should use EDMCLogging.get_main_logger if os.getenv("EDMC_NO_UI"): logger = logging.getLogger(appcmdname)