zero-sum-seattle / python-mlb-statsapi

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

TypeError: TimeZone.__init__() got an unexpected keyword argument 'offsetatgametime' #185

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

TypeError: TimeZone.__init__() got an unexpected keyword argument 'offsetatgametime'

New attribute added to TimeZone within venue by the MLB API. Lets handle this.