Explorar el Código

change tmp video dir

ming hace 3 años
padre
commit
76331c4613
Se han modificado 1 ficheros con 1 adiciones y 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):