From ce66dc0989786a59c9e642767651284aaba75360 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:02:55 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 034bfa1..38dfa3f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -130,7 +130,7 @@ if _ACTION == "join": if ops == "win": _FULL_PATH = _SOURCE_DIR + "\\" + _DEV + "\\" + _DAY_DIR + "\\" else: - _FULL_PATH = _SOURCE_DIR + "/" + _DEV + "/" + _DAY_DIR + "/" + _FULL_PATH = _SOURCE_DIR + _DEV + "/" + _DAY_DIR + "/" video_seq = {} if os.path.exists(_FULL_PATH):