From 9eed51570d576328ed8dd57b805c6485fcc68a46 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Jul 2017 23:42:57 +1000 Subject: [PATCH] Fixed whois lookup will refactor later --- HTTPy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 53d9354..78b1abd 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -156,11 +156,11 @@ while running == 1: print "========================================================" ipPing(inInput) else: - if whoOn == "W": - whois(inInput) + else: - + if whoOn == "W": + whois(inInput) #Condense dig calls dig(inInput, "A") dig(inInput, "MX")