BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 413 forks source link

Nameerror: name 'update' is not defined when running nflgame-update-players? #305

Open edwardgorelik opened 7 years ago

edwardgorelik commented 7 years ago

Not sure what information to add to this, but when trying to run nflgame-update-players, the return i get is:

>> nflgame-update-players

Traceback (most recent call last):
  File "<pyshell#16>", line 1, in <module>
    nflgame-update-players
NameError: name 'update' is not defined

Let me know if there's more info you need to help me resolve this issue, i have absolutely no programming knowledge so i'm at a loss.