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
|
final_size
|
||||||
cur_stat = (cur_size / final_size) * 100
|
cur_stat = (cur_size / final_size) * 100
|
||||||
|
|
||||||
pbar.update(cur_stat - position)
|
pbar.update(int(cur_stat) - position)
|
||||||
position = cur_stat
|
position = int(cur_stat)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user