From 2e016e4d30aa233f7c22f60105d9ec1196673e24 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 14:27:31 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 8d857d7..5728951 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -121,4 +121,4 @@ if os.path.exists(_FULL_PATH): shutil.move(p.replace("MP4", "LRV").replace("GH","GL"), _PROCESSED) except: print(f"Failed to move {p.replace("MP4", "LRV")}") - \ No newline at end of file + os.remove("video.txt") \ No newline at end of file