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)