mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 05:42:59 +00:00
fix: Add missing status_state to MLB test data
This commit is contained in:
@@ -238,6 +238,7 @@ class BaseMLBManager:
|
|||||||
'away_score': 3,
|
'away_score': 3,
|
||||||
'home_score': 2,
|
'home_score': 2,
|
||||||
'status': 'in',
|
'status': 'in',
|
||||||
|
'status_state': 'in',
|
||||||
'inning': 7,
|
'inning': 7,
|
||||||
'inning_half': 'bottom',
|
'inning_half': 'bottom',
|
||||||
'balls': 2,
|
'balls': 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user