Coach81
Coach81
Hello Andrew, Thanks for taking the time to reply. By walking through the error messages and a bunch of Google, I was able to get the right Enum34 package to...
Found this in one of the threads below From your python scripts folder: python nflgame-update-schedule --year 2017 This essentially rebuilt the entire 2017 schedule from scratch. Then I ran nfldb-update....
from __future__ import absolute_import, division, print_function import argparse import time import json import os import sys import urllib2 import xml.dom.minidom as xml import nflgame from nflgame import OrderedDict def year_phase_week(year=None,...