mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-14 22:42:59 +00:00
fix: Add 'outs' key back to MLBLiveManager test data
This commit is contained in:
@@ -243,6 +243,7 @@ class BaseMLBManager:
|
|||||||
'inning_half': 'bottom',
|
'inning_half': 'bottom',
|
||||||
'balls': 2,
|
'balls': 2,
|
||||||
'strikes': 1,
|
'strikes': 1,
|
||||||
|
'outs': 1,
|
||||||
'bases_occupied': [True, False, True], # Runner on 1st and 3rd
|
'bases_occupied': [True, False, True], # Runner on 1st and 3rd
|
||||||
'start_time': datetime.now().isoformat()
|
'start_time': datetime.now().isoformat()
|
||||||
}
|
}
|
||||||
@@ -378,6 +379,7 @@ class MLBLiveManager(BaseMLBManager):
|
|||||||
"inning_half": "top",
|
"inning_half": "top",
|
||||||
"balls": 2,
|
"balls": 2,
|
||||||
"strikes": 1,
|
"strikes": 1,
|
||||||
|
"outs": 1,
|
||||||
"bases_occupied": [True, False, True],
|
"bases_occupied": [True, False, True],
|
||||||
"home_logo_path": os.path.join(self.logo_dir, "TB.png"),
|
"home_logo_path": os.path.join(self.logo_dir, "TB.png"),
|
||||||
"away_logo_path": os.path.join(self.logo_dir, "TEX.png"),
|
"away_logo_path": os.path.join(self.logo_dir, "TEX.png"),
|
||||||
|
|||||||
Reference in New Issue
Block a user