Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ def merge_videos(video_list, output_path="temp/output.mp4"):
|
|
218 |
print(f"Error copying single video: {e}")
|
219 |
return None
|
220 |
|
221 |
-
|
222 |
verified_paths = []
|
223 |
for path in video_list:
|
224 |
if os.path.exists(path):
|
|
|
218 |
print(f"Error copying single video: {e}")
|
219 |
return None
|
220 |
|
221 |
+
|
222 |
verified_paths = []
|
223 |
for path in video_list:
|
224 |
if os.path.exists(path):
|