nflgame icon indicating copy to clipboard operation
nflgame copied to clipboard

Schedule JSON only has superbowl game as the only POST season game

Open Coop197823 opened this issue 8 years ago • 1 comments

I followed the directions from post 283 to update the schedule json to include all the post season games. After following the directions, in the schedule json file it goes from the last game of the regular season in week 17 to the week 5 post season game (superbowl). Any thoughts on how to get the other playoff games? I added my schedule file (saved as .txt) to show what it looks like and how it skipped saving the other 4 post season games. schedule.txt

Coop197823 avatar Feb 21 '17 03:02 Coop197823

I had the same issue but was able to get the schedule updater to update the schedule JSON by specifying arguments as follows:

python nflgame-update-schedule.py --year 2016 --phase POST

Then I just ran the nfldb-update as normal.

davearchie avatar May 06 '17 14:05 davearchie