diff --git a/app.py b/app.py index a4b995a..b5b51dd 100644 --- a/app.py +++ b/app.py @@ -60,4 +60,4 @@ def api_leds_control(device_name): return {'error': str(e)} if __name__ == "__main__": - app.run(port=8080,host="0.0.0.0") + app.run(port=80,host="0.0.0.0")