changed port to 80

This commit is contained in:
p.loedige 2021-01-02 03:12:40 +01:00
parent 285f02f6ec
commit 407d8bfca3

2
app.py
View File

@ -60,4 +60,4 @@ def api_leds_control(device_name):
return {'error': str(e)} return {'error': str(e)}
if __name__ == "__main__": if __name__ == "__main__":
app.run(port=8080,host="0.0.0.0") app.run(port=80,host="0.0.0.0")