Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 2, 2023
1 parent 4a87a1d commit 0a86733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def __draw_standings(self, cond: Callable[[], bool]):
self.canvas = self.matrix.SwapOnVSync(self.canvas)

if self.data.standings.is_postseason():
if update % 20 == 0:
if update % 20 == 0:
if self.standings_league == "NL":
self.standings_league = "AL"
else:
Expand Down

0 comments on commit 0a86733

Please sign in to comment.