fix whitespace

This commit is contained in:
pemontto
2019-04-30 08:34:33 +01:00
parent 762734d6a6
commit be06f4811a
3 changed files with 67 additions and 67 deletions

View File

@ -79,7 +79,7 @@ def main():
\nPlease specify a section using -s. \
\nExample vuln_whisperer -c config.ini -s nessus'))
logger.info('No section was specified, vulnwhisperer will scrape enabled modules from the config file.')
config = vwConfig(config_in=args.config)
enabled_sections = config.get_sections_with_attribute('enabled')