From 1e58e4904ab60678d98073470697b11a2bc3db67 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 18:17:50 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 2023559..2aaa7e4 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -104,10 +104,11 @@ if _ACTION == "join": print("This need to be joined!") # for p in parts: # join_string = - # else: + else: # continue # print(parts) - + shutil.move(parts[0], export_name) + continue # print(type(parts)) #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4