Explorar o código

fix stupit problem

tomoya %!s(int64=2) %!d(string=hai) anos
pai
achega
b260415cc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/app/app/api/api_v1/endpoints/videos.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/videos.py

@@ -67,7 +67,7 @@ def upload_plot(
     finally:
         upload_file.file.close()
 
-    celery_app.send_task("app.worker.test_celery", args=[video.id, video.stored_file_name, current_user.id])
+    celery_app.send_task("app.worker.make_video", args=[video.id, video.stored_file_name, current_user.id])
     return video
 
 @router.get("/{id}")