From cde0804cd55968c2f006a30c94a4f719e8bb7255 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 7 Jun 2024 00:32:07 +0200 Subject: [PATCH] Test shutdown. --- thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermostat.py b/thermostat.py index c39d37f..a83c255 100755 --- a/thermostat.py +++ b/thermostat.py @@ -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)