mattdodge / yahoofantasy

A Python SDK for the Yahoo! Fantasy Sports API
65 stars 18 forks source link

Adding 2023 nfl season #60

Closed kwould closed 1 year ago

kwould commented 1 year ago

When trying to fetch data for the current season I noticed that it was erroring out. This adds the appropriate id.

How

Used the _find_game_id helper to fetch the appropriate id

mattdodge commented 1 year ago

Thanks!