diff --git a/HTTPy.py b/HTTPy.py index 5b8b58e..867111f 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -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")