-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Schedule - Odds Partners #75
Comments
Ah, edge case, no odds going back that far. I'll have a fix in shortly. |
Thanks for reporting this, I really do appreciate it. Fix is in version 2.12.1 |
Amazing, thank you for such a fast turnaround. I haven't had much time to dive into the codebase, so I apologize for just lobbing tickets over the wall. This resulted from me mapping out an idea for a course I am running next semester, which would revolve around the need to get all game ids for a season, and then grab/parse the PBP data. Thank you for your hard work on this library, I know it's a tall task to pull all of this together. |
Describe the bug
Using the call from the README docs throws a Key Error for oddsPartners
To Reproduce
Steps to reproduce the behavior:
pip install nhl-api-py
from nhlpy import NHLClient
client = NHLClient()
games_test = client.schedule.get_schedule(date="2021-01-13")
throws the errorExpected behavior
The call to complete successfully
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: