Reformated info message

This commit is contained in:
MrTyton 2017-07-11 20:10:41 -04:00
parent c5db332e39
commit af7b7c7e78

View File

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