ok
Browse files- App/Worker.py +1 -1
App/Worker.py
CHANGED
@@ -284,7 +284,7 @@ async def cleanup_temp_directory(
|
|
284 |
|
285 |
# @celery.task(name="All")
|
286 |
async def celery_task(video_task: EditorRequest):
|
287 |
-
remotion_app_dir = os.path.join("
|
288 |
project_id = str(uuid.uuid4())
|
289 |
temp_dir = f"/tmp/{project_id}"
|
290 |
output_dir = f"/tmp/{project_id}/out/video.mp4"
|
|
|
284 |
|
285 |
# @celery.task(name="All")
|
286 |
async def celery_task(video_task: EditorRequest):
|
287 |
+
remotion_app_dir = os.path.join("./", "Remotion-app")
|
288 |
project_id = str(uuid.uuid4())
|
289 |
temp_dir = f"/tmp/{project_id}"
|
290 |
output_dir = f"/tmp/{project_id}/out/video.mp4"
|