Skip to content

Commit

Permalink
no div by MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Nov 1, 2024
1 parent 8551d71 commit aaff2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csd3-side/scripts/backup_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
prev_total_size = total_size
if started:
pbar_count.update(prog - progress)
pbar_size.update((total_size - prev_total_size) / (1024 * 1024))
pbar_size.update(total_size - prev_total_size)
progress = prog
prev_total_size = total_size

0 comments on commit aaff2d0

Please sign in to comment.