You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to import today's games from boxscores and it is returning games from prior today. Have tried this a few days in a row with the same results. Also have tried taking out the variables shown below and entering dates manually. This works fine for other sports, but NHL is giving me problems.
To Reproduce
todayDate = dt.date.today()
today = todayDate.strftime("%#m-%#d-%Y")
Describe the bug
Trying to import today's games from boxscores and it is returning games from prior today. Have tried this a few days in a row with the same results. Also have tried taking out the variables shown below and entering dates manually. This works fine for other sports, but NHL is giving me problems.
To Reproduce
todayDate = dt.date.today()
today = todayDate.strftime("%#m-%#d-%Y")
todayGames = Boxscores(todayDate)._boxscores[today]
Expected behavior
Should return games for date provided (current date).
The text was updated successfully, but these errors were encountered: