bitwarden

This commit is contained in:
jaydee
2024-09-23 23:14:17 +02:00
parent 5e3cc34402
commit 5ac73f8c21

View File

@@ -67,7 +67,9 @@ if os.path.exists(_FULL_PATH):
continue
export_name = "joined_" + vid + ".MP4"
parts = video_seq[vid]
parts.sort()
print(parts)
if len(parts) > 1:
print("This need to be joined!")
# for p in parts: