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)
#Condense dig calls
test1, test2 = newdig(inInput, "A")
print test1
print test2
iterate(test1, test2)
dig(inInput, "MX")
dig(inInput, "TXT")
test = dig(inInput, "NS")