diff --git a/src/mlb_manager.py b/src/mlb_manager.py index 9d3daee0..82d9464a 100644 --- a/src/mlb_manager.py +++ b/src/mlb_manager.py @@ -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}")