refresh bar
This commit is contained in:
parent
55e2ae9df9
commit
9cd490ccc9
|
@ -72,6 +72,7 @@ if __name__ == '__main__':
|
|||
retries.append((result_row, result_col))
|
||||
row_bar.set_postfix({'failures': len(retries)})
|
||||
col_bar.update()
|
||||
row_bar.refresh()
|
||||
col_bar.close()
|
||||
row_bar.update()
|
||||
row_bar.close()
|
||||
|
|
Loading…
Reference in New Issue