Skip to content

Commit

Permalink
empty progress bar once done
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 committed Mar 7, 2024
1 parent 165b586 commit 83b2b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/page_managers/ranking_simulator_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def generate_simulated_rankings(self, to_match: int) -> None:

progress_bar.progress(idx / len(teams), "Crunching the simulations...")

progress_bar.empty()

new_rankings = []

# Calculate new rankings with simulated rankings.
Expand Down

0 comments on commit 83b2b68

Please sign in to comment.