mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -43,8 +43,8 @@ _FULL_PATH = _SOURCE_DIR + "/" + _DEV + "/" + _DAY_DIR
|
||||
|
||||
video_seq = {}
|
||||
if os.path.exists(_FULL_PATH):
|
||||
if os.path.exists(_FULL_PATH + "\100GOPRO"):
|
||||
_FULL_PATH = _FULL_PATH + "\100GOPRO"
|
||||
if os.path.exists(_FULL_PATH + "/100GOPRO"):
|
||||
_FULL_PATH = _FULL_PATH + "/100GOPRO"
|
||||
for filename in os.listdir(_FULL_PATH):
|
||||
if filename.endswith(".MP4"):
|
||||
part = "GH" + filename[2:4]
|
||||
|
||||
Reference in New Issue
Block a user