We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58579e commit 56a0f7dCopy full SHA for 56a0f7d
vote/app.py
@@ -42,4 +42,4 @@ def hello():
42
43
44
if __name__ == "__main__":
45
- app.run(host='0.0.0.0', port=80, debug=True, threaded=True)
+ app.run(host='0.0.0.0', port=8080, debug=True, threaded=True)
0 commit comments