diff --git a/HTTPy.py b/HTTPy.py index 4a6aa9c..b933f10 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -100,7 +100,7 @@ def options(inputs): def iterate(inArray, pre): count = 0 while count != len(inArray) - 1: - print bcolors.OKBLUE + pre, inArray[count] + bcolors.ENDC + print pre, bcolors.OKBLUE + inArray[count] + bcolors.ENDC count = count + 1 def parseWhois(whioisInfo): NS = re.compile("^[Nn]")