zero-sum-seattle / python-mlb-statsapi

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

PlayersDictPersonmissing 2 required positional arguments: 'jerseynumber' and 'parentteamid' #175

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago
 PlayersDictPerson.__init__() missing 2 required positional
       arguments: 'jerseynumber' and 'parentteamid'

PlayersDictPerson is failing periodic tests after what might have been an update to the models for the REST API

Mattsface commented 1 year ago

Merged