From 7f0d7a1e5b13d681b8fe3595883ea16df1e32f50 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:28:31 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 52d83e0..1723282 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -237,8 +237,8 @@ if _ACTION == "join": os.chdir(_FULL_PATH) print(_FULL_PATH) print(os.getcwd()) - #proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) - proc = subprocess.Popen(myCmd,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)