From 9493dd0fd49e85c65d2bb87e359ea47823d02baf Mon Sep 17 00:00:00 2001 From: TIANHE Date: Tue, 30 Dec 2025 21:59:54 +0800 Subject: [PATCH] new Signed-off-by: TIANHE --- backend_api_python/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_api_python/run.py b/backend_api_python/run.py index 6a53bb7..284e272 100644 --- a/backend_api_python/run.py +++ b/backend_api_python/run.py @@ -90,7 +90,7 @@ def main(): host=Config.HOST, port=Config.PORT, debug=Config.DEBUG, - threaded=False + threaded=True )