bitwarden

This commit is contained in:
jaydee
2024-09-23 17:12:15 +02:00
parent 023e9ce296
commit 03e53bdda3

View File

@@ -55,6 +55,7 @@ if os.path.exists(_FULL_PATH):
print(json.dumps(video_seq,indent=2))
os.mkdir(_PROCESSED)
print(_SEQUENCES)
for vid in video_seq:
if len(_SEQUENCES) != 0 and vid not in _SEQUENCES: