tomoya 2 years ago
parent
commit
545ccd1d65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/app/api/api_v1/endpoints/videos.py

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

@@ -73,7 +73,7 @@ def upload_plot(
     print(r.returncode)
     celery_app.send_task("app.worker.make_video", args=[video.id, video.stored_file_name, current_user.id])
     return video
-a = ["e3" 'sadf']
+
 @router.get("/{id}")
 def download_video(
     *,