Skip to content

Commit 6417f36

Browse files
committed
added threaded support for flask (experimental)
1 parent b99cd78 commit 6417f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,4 +1058,4 @@ def get_chats_after_last_cached():
10581058
#==============================================================================
10591059

10601060
if __name__ == "__main__":
1061-
app.run(debug=True)
1061+
app.run(debug=True,threaded=True)

0 commit comments

Comments
 (0)