From 3908bc3ae0d2f2df09e69287058503c363d99d61 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 17:37:54 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index aab74e6..fc12717 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -94,5 +94,6 @@ if os.path.exists(_FULL_PATH): print(os.getcwd()) status, output = subprocess.getstatusoutput(myCmd) print(output) + print("Moving...") for p in parts: shutil.move(p.replace(".MP4", ".*"), _PROCESSED) \ No newline at end of file