more odds manager logging, less MLB logging

This commit is contained in:
Chuck
2025-07-19 18:20:54 -05:00
parent c9ab9a339b
commit 4e430e2b59

View File

@@ -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}")