bitwarden

This commit is contained in:
jaydee
2024-09-23 16:34:26 +02:00
parent 96c1a43d7b
commit 7cf9e52181

View File

@@ -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)