update verbiage on milb_manager

This commit is contained in:
Chuck
2025-06-29 08:19:52 -05:00
parent 8f439948e3
commit bb64cada7f

View File

@@ -384,7 +384,7 @@ class BaseMiLBManager:
linescore_live = live_data.get('linescore', {})
# Overwrite score and inning data with more accurate live data
# Overwrite score and inning data with more accurate live data from the live feed
if linescore_live:
game_data['away_score'] = linescore_live.get('teams', {}).get('away', {}).get('runs', game_data['away_score'])
game_data['home_score'] = linescore_live.get('teams', {}).get('home', {}).get('runs', game_data['home_score'])