mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user