mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
filter favorite games before loading the rest for odd ticker
This commit is contained in:
@@ -79,5 +79,7 @@ class OddsManager:
|
||||
self.logger.debug(f"Returning extracted odds data: {json.dumps(extracted_data, indent=2)}")
|
||||
return extracted_data
|
||||
|
||||
# Log the actual response structure when no items are found
|
||||
self.logger.warning("No 'items' found in ESPN odds data.")
|
||||
self.logger.warning(f"Actual response structure: {json.dumps(data, indent=2)}")
|
||||
return None
|
||||
Reference in New Issue
Block a user