From 81d51dffe9f087e160290a898806a1b4566de730 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Sat, 12 Aug 2017 21:39:23 +1000 Subject: [PATCH] testing --- HTTPy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index beb8213..0f077aa 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -201,7 +201,9 @@ while running == 1: if whoOn == "W": whois(inInput) #Condense dig calls - dig(inInput, "A") + test1, test2 = dig(inInput, "A") + print test1 + print test2 dig(inInput, "MX") dig(inInput, "TXT") test = dig(inInput, "NS")