BeeF-Over-Wan icon indicating copy to clipboard operation
BeeF-Over-Wan copied to clipboard

Tab Error

Open SupremeSkriptKiddie opened this issue 2 years ago • 1 comments

python BeeFOverWan.py File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 98 print color('[✔] File Changed...','green') TabError: inconsistent use of tabs and spaces in indentation

this looks like it was coded in python2. I tried running it with python and python2 but seems loaded with errors. I'll fix one syntax error then run it and another will pop up. how is anyone just cloning and running this without issue?

SupremeSkriptKiddie avatar Oct 06 '22 19:10 SupremeSkriptKiddie

the rest of the code is indented differently than that one line. Use 2to3 to convert the whole file to python 3, and then change the indentation of that line to what the indentation is for the rest of the file.

p0syd0n avatar Dec 29 '22 20:12 p0syd0n