From 61539afa4d4e17cf6afa9190021adfe53a97a2f0 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 3 Aug 2021 16:26:37 -0500 Subject: [PATCH] headers is unused --- vulnwhisp/frameworks/qualys_web.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vulnwhisp/frameworks/qualys_web.py b/vulnwhisp/frameworks/qualys_web.py index b4105f4..2978656 100644 --- a/vulnwhisp/frameworks/qualys_web.py +++ b/vulnwhisp/frameworks/qualys_web.py @@ -36,9 +36,6 @@ class qualysWhisperAPI(object): self.logger.info('Connected to Qualys at {}'.format(self.qgc.server)) except Exception as e: self.logger.error('Could not connect to Qualys: {}'.format(str(e))) - self.headers = { - "Accept" : "application/json", - "Content-Type": "application/json"} self.config_parse = qcconf.QualysConnectConfig(config, 'qualys_web') try: self.template_id = self.config_parse.get_template_id()