cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
635 stars 200 forks source link

League.current_week incorrect into playoffs #85

Closed dtcarls closed 3 years ago

dtcarls commented 4 years ago

League.current_week incorrect into playoffs.

`

from ff_espn_api import League league = League(164483,2019) league.current_week 14 league.nfl_week 18 `

cwendt94 commented 4 years ago

The current_week is the matchup period so if the same teams play each other across multiple weeks, current_week will not align with nfl_week.

However now thinking about this, during playoffs some teams might have different matchup periods than other teams in the league. I will try to work on this during the off season to fix some of the bugs during playoffs.