Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 97ac7e6

Browse files
authored
Update run.py
1 parent 3cea37f commit 97ac7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from app import app
22

33
if __name__ == '__main__':
4-
app.run(host='127.0.0.1', debug=True, port=80)
4+
app.run(host='127.0.0.1', debug=True, threaded=True, port=80)

0 commit comments

Comments
 (0)