From e2174c5fe77fa9932292224b76016d5286b4397d Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 20:03:54 +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 d1ddad3..3b376ad 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -186,8 +186,8 @@ if _ACTION == "join": final_size cur_stat = (cur_size / final_size) * 100 - pbar.update(cur_stat - position) - position = cur_stat + pbar.update(int(cur_stat) - position) + position = int(cur_stat) except: pass