Skip to content
New issue

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

Tab Error #75

Open
SupremeSkriptKiddie opened this issue Oct 6, 2022 · 1 comment
Open

Tab Error #75

SupremeSkriptKiddie opened this issue Oct 6, 2022 · 1 comment

Comments

@SupremeSkriptKiddie
Copy link

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?

@p0syd0n
Copy link

p0syd0n commented Dec 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants