From e6f7261d67a7f660e29b53ba9cce8f0234815cc6 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Thu, 6 Jun 2024 23:57:20 +0200 Subject: [PATCH] Test shutdown. --- thermostat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermostat.py b/thermostat.py index 4309111..f3cf5b1 100644 --- a/thermostat.py +++ b/thermostat.py @@ -383,6 +383,6 @@ def thermostat_loop(): time.sleep(load_shedder_interval) logging.info("====== Ended successfully ======") -t1 = Thread(target=thermostat_loop) -t1.daemon = True -t1.start() +#t1 = Thread(target=thermostat_loop) +#t1.daemon = True +#t1.start()