This commit is contained in:
Cyberes 2023-11-04 20:17:23 -06:00
parent 5f330078bf
commit b046841c85
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if __name__ == '__main__':
tiles.append((result_row, result_col))
elif new_image == 'failure':
retries.append((result_row, result_col))
row_bar.set_postfix({'failures': len(retries)})
row_bar.set_postfix({'new_files': total_downloaded, 'failures': len(retries)})
col_bar.update()
row_bar.refresh()
col_bar.close()