This commit is contained in:
jaydee
2024-09-23 16:34:28 +02:00

View File

@@ -79,7 +79,7 @@ if os.path.exists(_FULL_PATH):
f.close() f.close()
f = open("video.txt", "a") f = open("video.txt", "a")
for p in parts: for p in parts:
f.write(f"file '{p}'") f.write(f"file '{p}'\n")
f.close() f.close()
print(_FULL_PATH) print(_FULL_PATH)