updated logging

This commit is contained in:
dj2ls 2022-09-20 11:36:11 +02:00
parent 4f199744bd
commit cd8a2d73e5

View file

@ -82,7 +82,7 @@ class CONFIG:
with open(self.config_name, 'w') as configfile:
self.config.write(configfile)
except Exception as conferror:
pass
self.log.error("[CFG] reading logfile", e=conferror)
def read_config(self):