Test shutdown.

This commit is contained in:
yohan 2024-06-07 01:35:12 +02:00
parent 42d04cc15b
commit 2d3c87fd75

View File

@ -384,6 +384,7 @@ def thermostat_loop():
logging.info("====== Ended successfully ======") logging.info("====== Ended successfully ======")
#if __name__ == '__main__': #if __name__ == '__main__':
xprint('toto')
t1 = Thread(target=thermostat_loop) t1 = Thread(target=thermostat_loop)
#t1.daemon = True #t1.daemon = True
t1.start() t1.start()