diff --git a/thermostat.py b/thermostat.py index 03da532..fa14692 100755 --- a/thermostat.py +++ b/thermostat.py @@ -384,6 +384,7 @@ def thermostat_loop(): logging.info("====== Ended successfully ======") #if __name__ == '__main__': +xprint('toto') t1 = Thread(target=thermostat_loop) #t1.daemon = True t1.start()