Skip to content

Commit

Permalink
Merge pull request #578 from cwendt94/fb_waiver_rank
Browse files Browse the repository at this point in the history
FB Team Waiver Rank
  • Loading branch information
cwendt94 authored Sep 20, 2024
2 parents b87af01 + b8e8915 commit d95bf5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions espn_api/football/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, data, roster, schedule, year, **kwargs):
self.streak_type = data['record']['overall']['streakType']
self.standing = data['playoffSeed']
self.final_standing = data['rankCalculatedFinal']
self.waiver_rank = data.get('waiverRank', 0)
if 'logo' in data:
self.logo_url = data['logo']
else:
Expand Down

0 comments on commit d95bf5f

Please sign in to comment.