tomoya před 1 týdnem
rodič
revize
df5f41812d

+ 1 - 0
backend/app/app/api/api_v1/endpoints/edm_saas_api.py

@@ -145,6 +145,7 @@ async def update_detect_info(
     video_data['style'] = style
     video_data['lang'] = lang
     background_tasks.add_task(wait_finish, video_data)
+    return  JSONResponse(return_msg, background=background_tasks)
     
 async def wait_finish(video_data:dict): 
     zip_filename = video_data['stored_filename']+".zip"