mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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")}")
|
||||||
os.remove("video.txt")
|
try:
|
||||||
|
os.remove("video.txt")
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
if _ACTION == "encode":
|
if _ACTION == "encode":
|
||||||
print("Encode Job")
|
print("Encode Job")
|
||||||
|
|||||||
Reference in New Issue
Block a user