refresh bar

This commit is contained in:
Cyberes 2023-11-03 16:40:27 -06:00
parent 55e2ae9df9
commit 9cd490ccc9
1 changed files with 1 additions and 0 deletions

View File

@ -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()