Run flask server multithreaded

This commit is contained in:
Ben Firshman 2016-06-17 15:02:54 -07:00
parent f029fcccc2
commit 34acff585a

View File

@ -42,4 +42,4 @@ def hello():
if __name__ == "__main__":
app.run(host='0.0.0.0', port=80, debug=True)
app.run(host='0.0.0.0', port=80, debug=True, threaded=True)