I hate logic

This commit is contained in:
Benjamyn Love 2017-07-28 00:35:45 +10:00
parent bee024ba13
commit a86b5a45c3

View File

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