Actually used new function

This commit is contained in:
Benjamyn Love 2017-08-12 21:42:40 +10:00
parent 81d51dffe9
commit 5c2beba0d0

View File

@ -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")