Skip to content

Commit

Permalink
nfl 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdodge committed Sep 4, 2024
1 parent f93c11e commit cddbd65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yahoofantasy/api/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
games["nfl"]["2021"] = 406
games["nfl"]["2022"] = 414
games["nfl"]["2023"] = 423
games["nfl"]["2024"] = 449

games["nba"]["2001"] = 16
games["nba"]["2002"] = 67
Expand Down Expand Up @@ -100,6 +101,7 @@
games["nhl"]["2022"] = 419
games["nhl"]["2023"] = 427


def get_game_id(game, season):
season = str(season)
if game not in games:
Expand Down

0 comments on commit cddbd65

Please sign in to comment.