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:
pass
else:
if whoOn == "W":
whois(inInput)
else:
pass
#Condense dig calls
dig(inInput, "A")
dig(inInput, "MX")
dig(inInput, "TXT")
test = dig(inInput, "NS")
dig(inInput, "SRV")
soaRec = dig(inInput, "SOA")
print compareSOA(test, inInput, soaRec)
print '\n'
if whoOn == "W":
whois(inInput)
else:
pass
#Condense dig calls
dig(inInput, "A")
dig(inInput, "MX")
dig(inInput, "TXT")
test = dig(inInput, "NS")
dig(inInput, "SRV")
soaRec = dig(inInput, "SOA")
print compareSOA(test, inInput, soaRec)
print '\n'