Changed color of line
This commit is contained in:
parent
af7b7c7e78
commit
56b067d12f
@ -124,7 +124,7 @@ def main(user, password, server, label, inout_file, path ):
|
|||||||
urls = set(parse_url(x) for x in urls)
|
urls = set(parse_url(x) for x in urls)
|
||||||
log("URLs to parse:", 'HEADER')
|
log("URLs to parse:", 'HEADER')
|
||||||
for url in urls:
|
for url in urls:
|
||||||
log("\t{}".format(url), 'OKBLUE')
|
log("\t{}".format(url), 'BLUE')
|
||||||
|
|
||||||
loc = mkdtemp()
|
loc = mkdtemp()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user