From 93679da81d68896ee240160877cf9f72931e80ec Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Sat, 12 Aug 2017 21:44:03 +1000 Subject: [PATCH] Testing iterate function --- HTTPy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")