From 2d3c87fd753972840599c7e43957a0696a8e8cd1 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 7 Jun 2024 01:35:12 +0200 Subject: [PATCH] Test shutdown. --- thermostat.py | 1 + 1 file changed, 1 insertion(+) 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()