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)