Skip to content

Commit

Permalink
Remove inappropriate update_progress_bar call
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 20, 2024
1 parent 471163d commit 2a16d52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def update_ui(self) -> None:
self.progress_bar["value"] += (
100 / self.progress_bar_steps * bar_updates
)
self.update_progress_bar(update_bar=bar_updates)

self.after(40, self.update_ui)

Expand Down

0 comments on commit 2a16d52

Please sign in to comment.