Browse Source

Changed port to 80

pull/1/head
Ravi Shah 5 years ago
parent
commit
b41694e4cf
  1. 2
      garage_door_script.py

2
garage_door_script.py

@ -77,4 +77,4 @@ def favicon():
'favicon.ico',mimetype='image/vnd.microsoft.icon')
if __name__ == '__main__':
app.run(host='0.0.0.0') #Run the webserver
app.run(host='0.0.0.0:80') #Run the webserver
Loading…
Cancel
Save