Skip to content

Commit

Permalink
Merge branch 'cwendt94:master' into 2018-api-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-litts authored Jan 3, 2025
2 parents ef92626 + 895ec28 commit 2e6d5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion espn_api/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.44.0'
__version__ = '0.44.1'
1 change: 1 addition & 0 deletions espn_api/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def __init__(self, data):
self.playoff_seed_tie_rule = data['scheduleSettings']['playoffSeedingRule']
self.scoring_type = data.get('scoringSettings', {}).get('scoringType')
self.faab = data['acquisitionSettings']['isUsingAcquisitionBudget']
self.acquisition_budget = data.get('acquisitionSettings', {}).get('acquisitionBudget', 0)
divisions = data.get('scheduleSettings', {}).get('divisions', [])
for division in divisions: self.division_map[division.get('id', 0)] = division.get('name')

Expand Down

0 comments on commit 2e6d5eb

Please sign in to comment.