mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -55,6 +55,7 @@ if os.path.exists(_FULL_PATH):
|
|||||||
print(json.dumps(video_seq,indent=2))
|
print(json.dumps(video_seq,indent=2))
|
||||||
os.mkdir(_PROCESSED)
|
os.mkdir(_PROCESSED)
|
||||||
print(_SEQUENCES)
|
print(_SEQUENCES)
|
||||||
|
|
||||||
for vid in video_seq:
|
for vid in video_seq:
|
||||||
|
|
||||||
if len(_SEQUENCES) != 0 and vid not in _SEQUENCES:
|
if len(_SEQUENCES) != 0 and vid not in _SEQUENCES:
|
||||||
|
|||||||
Reference in New Issue
Block a user