This commit is contained in:
Benjamyn Love 2017-07-28 00:24:23 +10:00
parent ab241611e4
commit 39d62ec9ea

View File

@ -117,6 +117,7 @@ def parseWhois(whioisInfo):
print bcolors.RED + str + bcolors.RESET print bcolors.RED + str + bcolors.RESET
else: else:
print str print str
print str
def whois(inDomain): def whois(inDomain):
lookup = subprocess.check_output(["whois", inDomain]) lookup = subprocess.check_output(["whois", inDomain])