WiFiBroot icon indicating copy to clipboard operation
WiFiBroot copied to clipboard

Syntax error

Open ghost opened this issue 4 years ago • 1 comments

File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator__, headers=__HEADERS)+"\n" ^ SyntaxError: invalid syntax

ghost avatar Feb 25 '21 15:02 ghost

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

waeldimassi avatar May 08 '21 17:05 waeldimassi