From e82faa43aff29a109ccd359d0cb966c69b8c9779 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 18:52:20 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 01a3453..4f84134 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -128,8 +128,9 @@ if _ACTION == "join": f.close() print(final_size) print(_FULL_PATH) - for i in tqdm(range(10000)): - pass + with tqdm(total=100, position=1, desc="Convert") as pbar: + pbar.update(1) + time.sleep(1) if _TEST: input(" ???? ") # if _FLIP: