Test shutdown.
This commit is contained in:
parent
1ac6521182
commit
e6f7261d67
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user