bitwarden

This commit is contained in:
jaydee
2024-09-25 09:31:14 +02:00
parent 6ce2a7faec
commit 7eed9f8001

View File

@@ -217,7 +217,10 @@ if _ACTION == "join":
shutil.move(p.replace("MP4", "LRV").replace("GH","GL"), _PROCESSED) shutil.move(p.replace("MP4", "LRV").replace("GH","GL"), _PROCESSED)
except: except:
print(f"Failed to move {p.replace("MP4", "LRV")}") print(f"Failed to move {p.replace("MP4", "LRV")}")
try:
os.remove("video.txt") os.remove("video.txt")
except:
pass
if _ACTION == "encode": if _ACTION == "encode":
print("Encode Job") print("Encode Job")