mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -191,9 +191,12 @@ if _ACTION == "encode":
|
||||
if os.path.exists(_FULL_PATH):
|
||||
if os.path.exists(_FULL_PATH + "100GOPRO"):
|
||||
_FULL_PATH = _FULL_PATH + "100GOPRO"
|
||||
parts = []
|
||||
for filename in os.listdir(_FULL_PATH):
|
||||
if filename.startswith("joined_") and filename.endswith(".MP4"):
|
||||
parts.append(filename)
|
||||
else:
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user