Completion of OpenVAS module

This commit is contained in:
Austin Taylor
2018-03-04 15:06:09 -05:00
parent 21b2a03b36
commit f6745b00fd
3 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ class OpenVAS_API(object):
('cmd', 'get_report_formats'),
('token', self.token)
)
self.vprint('{info} Retrieving available report foramts'.format(info=bcolors.INFO))
self.vprint('{info} Retrieving available report formats'.format(info=bcolors.INFO))
data = self.request(url=self.OMP, method='GET', params=params)
bs = BeautifulSoup(data.content, "lxml")