Continue Flask migration.

This commit is contained in:
yohan 2024-06-02 14:22:55 +02:00
parent c998e291f9
commit f9c4cb452d

View File

@ -326,7 +326,7 @@ def thermostat_loop():
# logging.debug("Relay already off.") # logging.debug("Relay already off.")
time.sleep(load_shedder_interval) time.sleep(load_shedder_interval)
t1 = Thread(thermostat_loop) t1 = Thread(target=thermostat_loop)
logging.info("====== Ended successfully ======") logging.info("====== Ended successfully ======")
#import argparse #import argparse