From 0e0c8ccd5ada05d03c4c432ec415d86045c658de Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 19:57:32 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 0ef21d6..2c5a938 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -184,7 +184,7 @@ if _ACTION == "join": cur_size = file_stats.st_size final_size cur_stat = (cur_size / final_size) * 100 - print(int(cur_stat)) + print(int(cur_stat), pbar.position) pass except: pass