Jason Gwaley

Results 1 comments of Jason Gwaley

I bet this is because you are incorrectly defining your string variables in config.py, you must define them as strings with quotes. So like this: IG_USERNAME = "danibal" IG_PASSWORD =...