removed commented code

This commit is contained in:
nate
2021-08-03 14:25:15 -05:00
parent 3db931f3eb
commit 5dad1ceb10

View File

@ -37,7 +37,6 @@ class qualysWhisperAPI(object):
except Exception as e: except Exception as e:
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"}
"Accept" : "application/json", "Accept" : "application/json",
"Content-Type": "application/json"} "Content-Type": "application/json"}
self.config_parse = qcconf.QualysConnectConfig(config, 'qualys_web') self.config_parse = qcconf.QualysConnectConfig(config, 'qualys_web')