PokemonGo-Bot
PokemonGo-Bot copied to clipboard
Syntax Error
===============ISSUE SECTION===============
Expected Behavior
Bot to start
Actual Behavior
Bot won't start
Output when issue occurred
File "pokecli.py", line 93 print question ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print question)?
Steps to Reproduce
./run.sh
Other Information
OS: Mac High Sierra
I assumed this would be caused by running on python 3.6, but python -V gives me 2.7.10