fix bar
This commit is contained in:
parent
5f330078bf
commit
b046841c85
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue