From 7cf9e52181d6a6fabee48accbd015799c4fce5af Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 16:34:26 +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 a87ccb6..c3a41d4 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -79,7 +79,7 @@ if os.path.exists(_FULL_PATH): f.close() f = open("video.txt", "a") for p in parts: - f.write(f"file '{p}'") + f.write(f"file '{p}'\n") f.close() print(_FULL_PATH)