zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
41 stars 10 forks source link

TypeError: Teamrecords.__init__() got an unexpected keyword argument 'eliminationnumbersport' #120 #195

Closed martinmccarthy closed 1 year ago

martinmccarthy commented 1 year ago

Looks like the MLB API was updated, this was the call I was doing: current_al_standings = mlb.get_standings(league_id = 103, season = 2023)

KCNilssen commented 1 year ago

We can see that on our side as well, should be an easy fix. I'll try to get something out today. Thanks for the heads up!