changed port back to 8080

This commit is contained in:
p.loedige 2021-01-02 04:33:21 +01:00
parent 6ecee6aeae
commit 0b0b592556

2
app.py
View File

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