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