mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -135,7 +135,11 @@ if _ACTION == "join":
|
||||
|
||||
if os.path.exists(_FULL_PATH):
|
||||
if os.path.exists(_FULL_PATH + "100GOPRO"):
|
||||
_FULL_PATH = _FULL_PATH + "100GOPRO"
|
||||
|
||||
if ops == "win":
|
||||
_FULL_PATH = _FULL_PATH + "100GOPRO\\"
|
||||
else:
|
||||
_FULL_PATH = _FULL_PATH + "100GOPRO/"
|
||||
for filename in os.listdir(_FULL_PATH):
|
||||
|
||||
if filename.endswith(".MP4") and not filename.startswith("joined_"):
|
||||
|
||||
Reference in New Issue
Block a user