Fixed booboo

This commit is contained in:
Benjamyn Love 2017-07-26 18:30:41 +10:00
parent bb16df4156
commit ca5b11186b

View File

@ -158,17 +158,17 @@ while running == 1:
else: else:
pass pass
else:
if whoOn == "W":
whois(inInput)
else: else:
pass if whoOn == "W":
#Condense dig calls whois(inInput)
dig(inInput, "A") else:
dig(inInput, "MX") pass
dig(inInput, "TXT") #Condense dig calls
test = dig(inInput, "NS") dig(inInput, "A")
dig(inInput, "SRV") dig(inInput, "MX")
soaRec = dig(inInput, "SOA") dig(inInput, "TXT")
print compareSOA(test, inInput, soaRec) test = dig(inInput, "NS")
print '\n' dig(inInput, "SRV")
soaRec = dig(inInput, "SOA")
print compareSOA(test, inInput, soaRec)
print '\n'