diff --git a/thermostat.py b/thermostat.py index 4309111..f3cf5b1 100644 --- a/thermostat.py +++ b/thermostat.py @@ -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()