Skip to content

Commit 7164a5c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)