From c92b44d3ba0c74381c5b4a920bc6b86b942ab88b Mon Sep 17 00:00:00 2001 From: Sakimori Date: Mon, 22 Feb 2021 11:58:44 -0500 Subject: [PATCH] added comment for OBL --- games.py | 1 + 1 file changed, 1 insertion(+) diff --git a/games.py b/games.py index ed39dae..722ccec 100644 --- a/games.py +++ b/games.py @@ -674,6 +674,7 @@ class game(object): self.inning += 1 if self.inning > self.max_innings and self.teams["home"].score != self.teams["away"].score: #game over self.over = True + #do the One Big League stuff here self.top_of_inning = not self.top_of_inning if self.weather.name == "Drizzle":