From 5dad1ceb1087ba1de10867af188156856ad827b1 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 3 Aug 2021 14:25:15 -0500 Subject: [PATCH] removed commented code --- vulnwhisp/frameworks/qualys_web.py | 1 - 1 file changed, 1 deletion(-) 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')