fix missing section specification on qualys was connector #156
This commit is contained in:
@ -43,7 +43,7 @@ class qualysWhisperAPI(object):
|
|||||||
self.logger.error('Could not connect to Qualys: {}'.format(str(e)))
|
self.logger.error('Could not connect to Qualys: {}'.format(str(e)))
|
||||||
self.headers = {
|
self.headers = {
|
||||||
"content-type": "text/xml"}
|
"content-type": "text/xml"}
|
||||||
self.config_parse = qcconf.QualysConnectConfig(config)
|
self.config_parse = qcconf.QualysConnectConfig(config, 'qualys_web')
|
||||||
try:
|
try:
|
||||||
self.template_id = self.config_parse.get_template_id()
|
self.template_id = self.config_parse.get_template_id()
|
||||||
except:
|
except:
|
||||||
|
Reference in New Issue
Block a user