Run flask server multithreaded
This commit is contained in:
parent
f029fcccc2
commit
34acff585a
@ -42,4 +42,4 @@ def hello():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user