minor tweak to the output coloring

This commit is contained in:
ekultek 2017-11-08 20:01:43 -06:00
parent 42ee8e6a2b
commit 769f4c5dc6

View file

@ -109,7 +109,7 @@ def whois_lookup_main(domain, **kwargs):
time.sleep(timeout)
raw_information = gather_raw_whois_info(domain)
logger.info(set_color(
"discovered raw information..."
"discovered raw information...", level=25
))
logger.info(set_color(
"gathering interesting information..."