Greenwolf/social_attacker

[Tool error] Indentation problem in modules/linkedinphisher.py

s7x opened this issue · 1 comments

s7x commented

Hi there!

There is an error when running the script.

Traceback (most recent call last):
  File "social_attacker.py", line 2, in <module>
    from modules import linkedinphisher
  File "/usr/share/social-attacker/modules/linkedinphisher.py", line 225
    if (new_height == last_height or breakoutcount > 100):
                                                         ^
TabError: inconsistent use of tabs and spaces in indentation

In the file modules/linkedinphisher.py line 255.

Cheers & thanks!

Same

Traceback (most recent call last):
File "....social_attacker/social_attacker.py", line 2, in
from modules import linkedinphisher
File "...social_attacker/modules/linkedinphisher.py", line 225
if (new_height == last_height or breakoutcount > 100):
TabError: inconsistent use of tabs and spaces in indentation