Explorar o código

change tmp video dir

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
76331c4613
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):