Changed color of line

This commit is contained in:
MrTyton 2017-07-12 01:25:37 -04:00
parent af7b7c7e78
commit 56b067d12f

View File

@ -124,7 +124,7 @@ def main(user, password, server, label, inout_file, path ):
urls = set(parse_url(x) for x in urls)
log("URLs to parse:", 'HEADER')
for url in urls:
log("\t{}".format(url), 'OKBLUE')
log("\t{}".format(url), 'BLUE')
loc = mkdtemp()