More Colours
This commit is contained in:
parent
ceac6e4a4e
commit
76946ec1fd
2
HTTPy.py
2
HTTPy.py
@ -100,7 +100,7 @@ def options(inputs):
|
||||
def iterate(inArray, pre):
|
||||
count = 0
|
||||
while count != len(inArray) - 1:
|
||||
print pre, bcolors.OKBLUE + inArray[count] + bcolors.ENDC
|
||||
print bcolors.WARNING + pre, bcolors.OKGREEN + inArray[count] + bcolors.ENDC
|
||||
count = count + 1
|
||||
def parseWhois(whioisInfo):
|
||||
NS = re.compile("^[Nn]")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user