Insta-mass-account-creator
Insta-mass-account-creator copied to clipboard
IndentationError: unexpected unindent
To Reproduce Steps to reproduce the behavior:
- Settings in
config.py
"Default"
Screenshots If applicable, add screenshots to help explain your problem.
Yeah, same here
Figured out it was because the code was missing a except Exception as e:
block after the try. It's in file requestbot.py near line 99.
You'll then want to uppercase from modules.config import config
to from modules.config import Config
. But it appears that the script isn't working. Checking......
It does open up the browser though, so that's a start....
Actually works like a charm, thanks!
still not working. I've changed line 99 to except Exception as e:
and uppercased the config
to Config
. same error again...
Solved.