-
Notifications
You must be signed in to change notification settings - Fork 91
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
Errors when running #84
Comments
Same |
same error, Ubuntu 22.04 LTS, internet, python3 |
now I do all of that by myself |
I was able to fix the first error at line 89. Just add an extra parenthesis at the beginning and end of that line. However, at line 89 I wasn't able to figure that out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
print '"{old_string}" not found in {filename}.'.format(**locals())
File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 98
print color('[✔] File Changed...','green')
TabError: inconsistent use of tabs and spaces in indentation
The text was updated successfully, but these errors were encountered: