Test shutdown.

This commit is contained in:
yohan 2024-06-07 00:32:07 +02:00
parent 134900137f
commit cde0804cd5

View File

@ -388,4 +388,4 @@ if __name__ == '__main__':
#t1 = Thread(target=thermostat_loop)
#t1.daemon = True
#t1.start()
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=3002)