From f9c1e8261fb9c0c9089b0762d7c522f6cb43c470 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:08:20 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index fafe40e..7338fe8 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -234,7 +234,8 @@ if _ACTION == "join": except: pass d_print("Running commad") - proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) + #proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) + proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT) # with tqdm(total=100, position=1, desc="Convert") as pbar: # for progress in ff.run_command_with_progress(): # pbar.update(progress - pbar.n)