zero-sum-seattle / python-mlb-statsapi

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

GameData got an unexpected keyword argument 'moundvisits' #173

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago

Periodic testing has caught a new keyword argument applied to GameData. This is causing GameData tests to fail. The new argument is "mountvisits"

Mattsface commented 1 year ago

merged