Add NCAA Hockey (#36)

* Add emulator

* Update limit for ESPM API

* use params

* Add NCAA Mens Hockey  Manager

* Add NCAA Hockey to leader board

* update logos

---------

Co-authored-by: Alex Resnick <adr8282@gmail.com>
This commit is contained in:
Alex Resnick
2025-09-14 17:08:32 -05:00
committed by GitHub
parent a5a9398c5c
commit 515ae2c7e9
198 changed files with 1170 additions and 25 deletions

View File

@@ -192,7 +192,7 @@ class BaseNCAAFBManager: # Renamed class
odds_data = self.odds_manager.get_odds(
sport="football",
league="ncaa_fb",
league="college-football",
event_id=game['id'],
update_interval_seconds=update_interval
)