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