Przeglądaj źródła

change tmp video dir

ming 3 lat temu
rodzic
commit
76331c4613
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -48,7 +48,7 @@ app.add_middleware(
 app.mount("/static", StaticFiles(directory="static"), name="static")
 app.mount("/static/img", StaticFiles(directory="static/img"), name="static/img")
 
-tmp_video_dir = 'tmp_video/'
+tmp_video_dir = '../OpenshotService/tmp_video/'
 video_dest = '/var/www/html/'
 
 class swap_req(BaseModel):