mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
possesion tracking for test data
This commit is contained in:
@@ -458,7 +458,9 @@ class NCAAFBLiveManager(BaseNCAAFBManager): # Renamed class
|
||||
"home_abbr": "UGA", "away_abbr": "AUB", # NCAA Examples
|
||||
"home_score": "28", "away_score": "21",
|
||||
"period": 4, "period_text": "Q4", "clock": "01:15",
|
||||
"down_distance_text": "2nd & 5", "possession": "UGA_ID", # Placeholder ID
|
||||
"down_distance_text": "2nd & 5",
|
||||
"possession": "UGA_ID", # Placeholder ID for home team
|
||||
"possession_indicator": "home", # Explicitly set for test
|
||||
"home_timeouts": 1, "away_timeouts": 2,
|
||||
"home_logo_path": os.path.join(self.logo_dir, "UGA.png"),
|
||||
"away_logo_path": os.path.join(self.logo_dir, "AUB.png"),
|
||||
|
||||
@@ -459,7 +459,9 @@ class NFLLiveManager(BaseNFLManager): # Renamed class
|
||||
"home_abbr": "TB", "away_abbr": "DAL",
|
||||
"home_score": "21", "away_score": "17",
|
||||
"period": 4, "period_text": "Q4", "clock": "02:35",
|
||||
"down_distance_text": "1st & 10", "possession": "TB_ID", # Placeholder ID
|
||||
"down_distance_text": "1st & 10",
|
||||
"possession": "TB_ID", # Placeholder ID for home team
|
||||
"possession_indicator": "home", # Explicitly set for test
|
||||
"home_timeouts": 2, "away_timeouts": 3,
|
||||
"home_logo_path": os.path.join(self.logo_dir, "TB.png"),
|
||||
"away_logo_path": os.path.join(self.logo_dir, "DAL.png"),
|
||||
|
||||
Reference in New Issue
Block a user