Skip to content

Commit

Permalink
#217 Remove the unused service config from OTXQuery analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 3, 2018
1 parent 9e4985a commit 784d567
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions analyzers/OTXQuery/otxquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

class OTXQueryAnalyzer(Analyzer):
def __init__(self):
Analyzer.__init__(self)
self.service = self.get_param(
'config.service', None, 'Service parameter is missing')
Analyzer.__init__(self)
self.otx_key = self.get_param('config.key', None, 'Missing OTX API key')

def _get_headers(self):
Expand Down

0 comments on commit 784d567

Please sign in to comment.