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)