From 2f24e1e73fc5c76ed06d7bf2cf25ca79a049e808 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Jun 2025 19:04:50 +0200 Subject: [PATCH] build --- 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 94bd113..662c76d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -115,7 +115,7 @@ if _ACTION == "flip": if _TEST: print(_FULL_PATH) print(myCmd) - + print(myCmd) proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) print(f"Fliping {filename} to {export_name} in {_DAY_DIR}...".ljust(100)) ff = FfmpegProgress(myCmd)