Continue Flask migration.

This commit is contained in:
yohan 2024-06-02 14:27:25 +02:00
parent f9c4cb452d
commit e6bbbb8a06

View File

@ -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