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

@@ -107,7 +107,7 @@ class Game:
"away_team_canonical_id": self.away_team_id,
"stadium_canonical_id": self.stadium_id,
"is_playoff": is_playoff,
"broadcast": broadcast,
"broadcast_info": broadcast,
}
@classmethod