From a86b5a45c38e61c9f1bffcbcfaa0b00f1b08c404 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 28 Jul 2017 00:35:45 +1000 Subject: [PATCH] I hate logic --- HTTPy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 5e66faa..171b82e 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -116,8 +116,8 @@ def parseWhois(whioisInfo): print bcolors.GREEN + str + bcolors.RESET else: print bcolors.RED + str + bcolors.RESET - else: - print str + else: + print str def whois(inDomain): lookup = subprocess.check_output(["whois", inDomain])