You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
fetcher.py is throwing this error.
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.
The text was updated successfully, but these errors were encountered: