bitwarden

This commit is contained in:
jaydee
2024-09-24 18:17:50 +02:00
parent ee6a780bd6
commit 1e58e4904a

View File

@@ -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