Skip to content

Commit f43e893

Browse files
committed
Merge branch 'develop' of https://github.com/toddrob99/MLB-StatsAPI into develop
2 parents e87a64a + 5065bc0 commit f43e893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

statsapi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def schedule(
7777
params.update(
7878
{
7979
"sportId": str(sportId),
80-
"hydrate": "decisions,probablePitcher(note),linescore,broadcasts,game(content(media(epg)))",
80+
"hydrate": "decisions,probablePitcher(note),linescore,broadcasts,game(content(media(epg))),seriesStatus",
8181
}
8282
)
8383

@@ -128,6 +128,7 @@ def schedule(
128128
if broadcast.get("isNational", False)
129129
)
130130
),
131+
"series_status": game.get("seriesStatus", {}).get("result"),
131132
}
132133
if game["content"].get("media", {}).get("freeGame", False):
133134
game_info["national_broadcasts"].append("MLB.tv Free Game")

0 commit comments

Comments
 (0)