Skip to content

Commit 34acff5

Browse files
committed
Run flask server multithreaded
1 parent f029fcc commit 34acff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voting-app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def hello():
4242

4343

4444
if __name__ == "__main__":
45-
app.run(host='0.0.0.0', port=80, debug=True)
45+
app.run(host='0.0.0.0', port=80, debug=True, threaded=True)

0 commit comments

Comments
 (0)