Skip to content
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

Game (goals_against) data returning "None" #758

Open
david-hosk opened this issue Nov 5, 2022 · 0 comments
Open

Game (goals_against) data returning "None" #758

david-hosk opened this issue Nov 5, 2022 · 0 comments

Comments

@david-hosk
Copy link

Describe the bug
When I try to retrieve goals_against, I receive "None" as a response.

To Reproduce
from sportsipy.nhl.teams import Team

nashville = Team('NSH')

print(nashville.goals_for)
print(nashville.goals_against)

Expected behavior
I expect to receive,

30
37

30 for goals_for, and 37 for goals_against.

I receive, however,

30
None

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu 18.04]
  • Sportsipy Version: [e.g. 0.6.0 or commit hash if using code]

Additional context
Along with missing goals_against, I am also missing pdo_at_even_strength and total_goals_per_game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant