Closed gatortim closed 4 years ago
Comment is just that I ran the code format tool black: https://black.readthedocs.io/en/stable/
I am guessing that english is not your first language.
You can download a version of this code that works with historic data by running
pip install nflgame==3.0.0
Only real change besides the unit tests is this: return "{}season={}&seasonType={}&week={}".format(xmlurl, year, stype, week)
Was complaining about this type error when importing: nflgame/update_sched.py:46: in schedule_url return "%sseason=%d&seasonType=%s&week=%d" % (xmlurl, year, stype, week) E TypeError: %d format: a number is required, not NoneType