Fixed whois lookup will refactor later

This commit is contained in:
Benjamyn Love 2017-07-26 23:42:57 +10:00
parent 274538991b
commit 9eed51570d

View File

@ -156,11 +156,11 @@ while running == 1:
print "========================================================"
ipPing(inInput)
else:
if whoOn == "W":
whois(inInput)
else:
if whoOn == "W":
whois(inInput)
#Condense dig calls
dig(inInput, "A")
dig(inInput, "MX")