diff --git a/misp_modules/modules/expansion/yeti.py b/misp_modules/modules/expansion/yeti.py index 261e403..a6318b5 100644 --- a/misp_modules/modules/expansion/yeti.py +++ b/misp_modules/modules/expansion/yeti.py @@ -27,7 +27,7 @@ class Yeti(): self.yeti_client = pyeti.YetiApi(url=url, api_key=key) self.attribute = attribute self.misp_event = MISPEvent() - self.misp_event.add_attribute(**attribute) + #self.misp_event.add_attribute(**attribute) def search(self, value): obs = self.yeti_client.observable_search(value=value)