diff --git a/vulnwhisp/frameworks/qualys_web.py b/vulnwhisp/frameworks/qualys_web.py index d74a1a3..0e92346 100644 --- a/vulnwhisp/frameworks/qualys_web.py +++ b/vulnwhisp/frameworks/qualys_web.py @@ -37,7 +37,6 @@ class qualysWhisperAPI(object): except Exception as e: self.logger.error('Could not connect to Qualys: {}'.format(str(e))) self.headers = { - #"content-type": "text/xml"} "Accept" : "application/json", "Content-Type": "application/json"} self.config_parse = qcconf.QualysConnectConfig(config, 'qualys_web')