bitwarden

This commit is contained in:
jaydee
2024-09-24 20:03:54 +02:00
parent da1231245d
commit e2174c5fe7

View File

@@ -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