We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator__, headers=__HEADERS)+"\n" ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
You should use python version 2.x. I would recommend creating a new virtual env conda create --name py2 python=2.7 and then re-run the code
conda create --name py2 python=2.7
Sorry, something went wrong.
No branches or pull requests
File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197
print "\n"+tabulate(tabulator__, headers=__HEADERS)+"\n"
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: