EuuIia commited on
Commit
37faf57
·
verified ·
1 Parent(s): 10625a1

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -1
api/ltx_server.py CHANGED
@@ -534,7 +534,7 @@ class VideoService:
534
  )
535
 
536
  print(f"[DEBUG] Crossfade concat:\n{cmd}\n")
537
- subprocess.run(cmd, shell=True, check=True)
538
  print(f"✅ Vídeo final criado: {out_path}")
539
 
540
 
 
534
  )
535
 
536
  print(f"[DEBUG] Crossfade concat:\n{cmd}\n")
537
+ subprocess.run(cmd, shell=False, check=False)
538
  print(f"✅ Vídeo final criado: {out_path}")
539
 
540