mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -67,7 +67,9 @@ if os.path.exists(_FULL_PATH):
|
|||||||
continue
|
continue
|
||||||
export_name = "joined_" + vid + ".MP4"
|
export_name = "joined_" + vid + ".MP4"
|
||||||
parts = video_seq[vid]
|
parts = video_seq[vid]
|
||||||
|
|
||||||
parts.sort()
|
parts.sort()
|
||||||
|
print(parts)
|
||||||
if len(parts) > 1:
|
if len(parts) > 1:
|
||||||
print("This need to be joined!")
|
print("This need to be joined!")
|
||||||
# for p in parts:
|
# for p in parts:
|
||||||
|
|||||||
Reference in New Issue
Block a user