diff --git a/HTTPy.py b/HTTPy.py index 3695f78..39e27b0 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -117,6 +117,7 @@ def parseWhois(whioisInfo): print bcolors.RED + str + bcolors.RESET else: print str + print str def whois(inDomain): lookup = subprocess.check_output(["whois", inDomain])