daemon wont create a config file anymore

pull/14/head
sezanzeb 4 years ago
parent 1a41166770
commit ed5726f761

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

Loading…
Cancel
Save