league.box_scores() problem says key winner error #298
Unanswered
amirbh1106
asked this question in
ESPN API
Replies: 1 comment 6 replies
-
What sport are you seeing this error in? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`year = 2022
league = League(league_id=leagueId, year=year, espn_s2=s2, swid=swid1)
team = league.teams[0]
h = league.box_scores()
print(h)
`
its says
self.winner = data['winner'] KeyError: 'winner
Beta Was this translation helpful? Give feedback.
All reactions