bitwarden

This commit is contained in:
jaydee
2024-09-23 17:35:23 +02:00
parent 43fd4beed5
commit bc85219a76

View File

@@ -54,7 +54,9 @@ if os.path.exists(_FULL_PATH):
print(seq)
print(part)
print(json.dumps(video_seq,indent=2))
os.mkdir(_PROCESSED)
if not os.path.exists(_PROCESSED):
os.mkdir(_PROCESSED)
print(_SEQUENCES)
for vid in video_seq: