python-mlb-statsapi icon indicating copy to clipboard operation
python-mlb-statsapi copied to clipboard

Sample code doesn't work anymore

Open IsaacNorthrop opened this issue 9 months ago • 3 comments

schedule = mlb.get_schedule(day) This throws this error: Traceback (most recent call last): TypeError: ScheduleGames.init() got an unexpected keyword argument 'gameguid'

IsaacNorthrop avatar Jan 23 '25 05:01 IsaacNorthrop