zero-sum-seattle / python-mlb-statsapi

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

Venue is receiving a unexpected keyword argument #170

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago

The periodic run of our pytest suit is raising an expectation.

TypeError: Venue.__init__() got an unexpected keyword argument 'season'

I believe the MLB REST API must have updated the venue model as this was not present before.

KCNilssen commented 1 year ago

@Mattsface The pr above should address and fix this issue.