filter favorite games before loading the rest for odd ticker

This commit is contained in:
Chuck
2025-07-20 18:07:55 -05:00
parent 1806022657
commit 8fb510cb48
2 changed files with 13 additions and 14 deletions

View File

@@ -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