Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Oct 29, 2024
1 parent 710146e commit b8f7995
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 @@ -13,7 +13,7 @@
if 'Folders: ' in line and ' Files: ' in line:
total = int(line.split()[3].strip())
break
with tqdm.tqdm(total=total) as pbar:
with tqdm.tqdm(total=total, desc='Upload Progress (file count)') as pbar:
progress = 0
prev_len = 0
while True:
Expand Down

0 comments on commit b8f7995

Please sign in to comment.