Update yeti.py

delete attr
pull/488/head
Sebdraven 2021-03-19 15:50:37 +01:00
parent ef2bf29621
commit 240d043f91
1 changed files with 1 additions and 1 deletions

View File

@ -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)