Testing iterate function

This commit is contained in:
Benjamyn Love 2017-08-12 21:44:03 +10:00
parent 5c2beba0d0
commit 93679da81d

View File

@ -202,8 +202,7 @@ while running == 1:
whois(inInput) whois(inInput)
#Condense dig calls #Condense dig calls
test1, test2 = newdig(inInput, "A") test1, test2 = newdig(inInput, "A")
print test1 iterate(test1, test2)
print test2
dig(inInput, "MX") dig(inInput, "MX")
dig(inInput, "TXT") dig(inInput, "TXT")
test = dig(inInput, "NS") test = dig(inInput, "NS")