Continue Flask migration.
This commit is contained in:
parent
f9c4cb452d
commit
e6bbbb8a06
@ -327,6 +327,7 @@ def thermostat_loop():
|
||||
time.sleep(load_shedder_interval)
|
||||
|
||||
t1 = Thread(target=thermostat_loop)
|
||||
t1.start()
|
||||
logging.info("====== Ended successfully ======")
|
||||
|
||||
#import argparse
|
||||
|
Loading…
Reference in New Issue
Block a user