Skip to content

Commit

Permalink
FIX: Let modified_pulses_only can be changed
Browse files Browse the repository at this point in the history
The original logic will cause modified_pulses_only is always False.
  • Loading branch information
qux-bbb authored Jan 30, 2024
1 parent 8c3c4ed commit ace980e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions intelmq/bots/collectors/alienvault_otx/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def init(self):
if OTXv2 is None:
raise MissingDependencyError("OTXv2")

self.modified_pulses_only = False
if hasattr(self, 'modified_pulses_only'):
self.modified_pulses_only = self.modified_pulses_only

def process(self):
self.logger.info("Downloading report through API.")
otx = OTXv2(self.api_key, proxy=self.https_proxy)
Expand Down

0 comments on commit ace980e

Please sign in to comment.