mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
more odds manager logging, less MLB logging
This commit is contained in:
@@ -65,6 +65,7 @@ class BaseMLBManager:
|
||||
)
|
||||
if odds_data:
|
||||
game['odds'] = odds_data
|
||||
self.logger.info(f"Successfully attached odds to game {game.get('id', 'N/A')}")
|
||||
except Exception as e:
|
||||
self.logger.error(f"Error fetching odds for game {game.get('id', 'N/A')}: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user