We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The $matchups command is not returning anything when using an NHL league.
[2021-11-30 23:18:44,546 INFO] [/home/dave/workspace/python/bots/harambot/harambot/cogs/yahoo.py.yahoo.standings] standings called Error while fetching matchups for league: 70652 Traceback (most recent call last): File "/home/dave/workspace/python/bots/harambot/harambot/yahoo_api.py", line 132, in get_matchups team1_win_probability = "{:.0%}".format(team1[1]['win_probability']) KeyError: 'win_probability'
Seems like the win probability will be not always get returned.
The text was updated successfully, but these errors were encountered:
Quick fix for issue #22
d9354bd
Merge pull request #44 from DMcP89/dev
c3d50ea
9883535
9d83a99
Successfully merging a pull request may close this issue.
The $matchups command is not returning anything when using an NHL league.
Seems like the win probability will be not always get returned.
The text was updated successfully, but these errors were encountered: