minor bugfix

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

View file

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