This commit is contained in:
Trey t
2026-01-19 23:21:33 -06:00
parent 6cddf601e3
commit 19dd1791f1
6 changed files with 121 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ class Stadium:
"sport": self.sport.upper(), # iOS Sport enum expects uppercase (e.g., "NFL")
"primary_team_abbrevs": primary_team_abbrevs or [],
"year_opened": self.opened_year,
"timezone_identifier": self.timezone,
}
@classmethod