Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
2c9ca24164 config: Move config file 2021-04-06 08:26:20 +02:00

View File

@ -96,7 +96,6 @@ class GreenControl(Thread):
if self.__trigger_read_config:
self.__trigger_read_config = False
log.info(os.getcwd())
sleep(5)
with open(self.cfg_file, "r") as f:
self.config = json.load(f)
now = datetime.datetime.now()