From 5c2beba0d028b3a6f1eeeeda849accc61233bf80 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Sat, 12 Aug 2017 21:42:40 +1000 Subject: [PATCH] Actually used new function --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")