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 f029fcc commit 34acff5Copy full SHA for 34acff5
voting-app/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)
+ app.run(host='0.0.0.0', port=80, debug=True, threaded=True)
0 commit comments