minor bugfix

This commit is contained in:
lgandx
2020-12-31 08:52:18 -03:00
parent e24792d774
commit a78dfdf3c7

View File

@@ -392,9 +392,7 @@ def RunFinger(Host):
threads.append(p)
p.start()
else:
if options.grep_output:
ShowSmallResults(Host)
else:
ShowResults(Host)
RunFinger(Host)