mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -78,7 +78,7 @@ if _ACTION == "join":
|
||||
if os.path.exists(_FULL_PATH + "100GOPRO"):
|
||||
_FULL_PATH = _FULL_PATH + "100GOPRO"
|
||||
for filename in os.listdir(_FULL_PATH):
|
||||
if filename.endswith(".MP4"):
|
||||
if filename.endswith(".MP4") and not filename.startswith("joined_"):
|
||||
prefix = filename[0:2]
|
||||
part = prefix + filename[2:4]
|
||||
seq = filename[4:8]
|
||||
|
||||
Reference in New Issue
Block a user