From 6aba8c8369a9b29cfe8c226b3fd3e1bc2912013c Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 17:36:49 +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 8aaa216..aab74e6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -95,4 +95,4 @@ if os.path.exists(_FULL_PATH): status, output = subprocess.getstatusoutput(myCmd) print(output) for p in parts: - shutil.move(p, _PROCESSED) \ No newline at end of file + shutil.move(p.replace(".MP4", ".*"), _PROCESSED) \ No newline at end of file