fixed a log

This commit is contained in:
sezanzeb 2020-11-29 16:22:06 +01:00
parent 00c6b91314
commit 6b6d0e5492

View File

@ -85,7 +85,7 @@ class _Config:
if not os.path.exists(CONFIG_PATH): if not os.path.exists(CONFIG_PATH):
# treated like an empty config # treated like an empty config
logger.debug('Config file "%s" doesn\'t exist') logger.debug('Config file "%s" doesn\'t exist', CONFIG_PATH)
return return
with open(CONFIG_PATH, 'r') as file: with open(CONFIG_PATH, 'r') as file: