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

NHL: Full Score Not Shown When Game Goes Into Overtime or Shootout #735

Open
Astro3000x opened this issue Jul 4, 2022 · 0 comments
Open

Comments

@Astro3000x
Copy link

Describe the bug
When the game ends in overtime it will show the before OT/SO score.

To Reproduce
Sample code which causes an issue.

schedule = Schedule('VAN')
game = schedule[1]
print(game)
boxscore = game.boxscore
print(f"Away: {boxscore.away_goals} Home: {boxscore.home_goals}\n{game.date}\n{boxscore.winner} {game.result}")

Expected behavior
I expected that it would show the full game goals instead of just the goals of the regulation time.

Screenshots
Screen Shot 2022-07-03 at 6 11 29 PM

Desktop (please complete the following information):

  • OS: macOS Monterey Version 12.0.1
  • Sportsipy Version: 0.6.0
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