Skip to content

Commit 7164a5c

Browse files
committed
Adds back threading to wsgi
1 parent 2596c1f commit 7164a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from packet import app
66

77
if __name__ == "__main__":
8-
app.run(host=app.config["IP"], port=int(app.config["PORT"]), threaded=False)
8+
app.run(host=app.config["IP"], port=int(app.config["PORT"]))

0 commit comments

Comments
 (0)