defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 131 forks source link

list index out of range #52

Open captainhowdy1 opened 6 years ago

captainhowdy1 commented 6 years ago

fetcher.py is throwing this error.

python fetcher.py

Traceback (most recent call last):
  File "fetcher.py", line 8, in <module>
    import graph
  File "/home/user/apps/Stalky/graph.py", line 6, in <module>
    import fbapi
  File "/home/user/apps/Stalky/fbapi.py", line 4, in <module>
    import fetcher
  File "/home/user/apps/Stalky/fetcher.py", line 17, in <module>
    setattr(secrets, vals[0].lower(), vals[1])
IndexError: list index out of range

I have Python2.7 and have this error in both virtualenv and outside virtualenv. I renamed the app folder "Stalky", added "SECRETS.txt with appropriate info as far as I can tell.