diff --git a/HTTPy.py b/HTTPy.py index 0f077aa..5b8b58e 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -201,7 +201,7 @@ while running == 1: if whoOn == "W": whois(inInput) #Condense dig calls - test1, test2 = dig(inInput, "A") + test1, test2 = newdig(inInput, "A") print test1 print test2 dig(inInput, "MX")