mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +00:00
update verbiage on milb_manager
This commit is contained in:
@@ -384,7 +384,7 @@ class BaseMiLBManager:
|
|||||||
|
|
||||||
linescore_live = live_data.get('linescore', {})
|
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:
|
if linescore_live:
|
||||||
game_data['away_score'] = linescore_live.get('teams', {}).get('away', {}).get('runs', game_data['away_score'])
|
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'])
|
game_data['home_score'] = linescore_live.get('teams', {}).get('home', {}).get('runs', game_data['home_score'])
|
||||||
|
|||||||
Reference in New Issue
Block a user