Changed color of line

master
MrTyton 7 years ago
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)
log("URLs to parse:", 'HEADER')
for url in urls:
log("\t{}".format(url), 'OKBLUE')
log("\t{}".format(url), 'BLUE')
loc = mkdtemp()

Loading…
Cancel
Save