Test shutdown.

This commit is contained in:
yohan 2024-06-06 23:57:20 +02:00
parent 1ac6521182
commit e6f7261d67

View File

@ -383,6 +383,6 @@ def thermostat_loop():
time.sleep(load_shedder_interval) time.sleep(load_shedder_interval)
logging.info("====== Ended successfully ======") logging.info("====== Ended successfully ======")
t1 = Thread(target=thermostat_loop) #t1 = Thread(target=thermostat_loop)
t1.daemon = True #t1.daemon = True
t1.start() #t1.start()