From 43fd4beed555dcf48428ff07ecf71056de90b1dd Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 17:30:49 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 1d6262f..0994d74 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -68,8 +68,8 @@ if os.path.exists(_FULL_PATH): print("This need to be joined!") # for p in parts: # join_string = - else: - continue + # else: + # continue print(parts) join_s = "|".join(parts)