From ed5726f76193415592efd20786dd8510c73c4522 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Wed, 25 Nov 2020 19:21:04 +0100 Subject: [PATCH] daemon wont create a config file anymore --- keymapper/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymapper/config.py b/keymapper/config.py index 263a4436..65bbbd59 100644 --- a/keymapper/config.py +++ b/keymapper/config.py @@ -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: