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])