mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user