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: