From dc45b7d5b60fc3b8126317ed8f43222201362124 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 25 Sep 2024 12:46:35 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 4271562..197f27d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -205,9 +205,11 @@ if _ACTION == "join": except: pass - time.sleep(3) + time.sleep(3) + pbar.update(1) pbar.close() + print(f"Process finished with rc: {proc.returncode}") # get the output status = 0 if status == 0: