Open dmcrow opened 7 years ago
In my understanding, the following code should return the Packers @ Falcons game from the conference round:
import nflgame game = nflgame.one(2016, 3, 'ATL', 'GB', 'POST') print game
When run, this returns "None". This is only happening for postseason games; regular season games appear as expected.
I've tried the solution offered by @ochawkeye for issue #283 with no luck.
Thanks in advance!
In my understanding, the following code should return the Packers @ Falcons game from the conference round:
When run, this returns "None". This is only happening for postseason games; regular season games appear as expected.
I've tried the solution offered by @ochawkeye for issue #283 with no luck.
Thanks in advance!