Update yeti.py

remove tag
pull/488/head
Sebdraven 2021-04-19 17:20:13 +02:00
parent f7ca8bf140
commit 43672ee9a9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Yeti():
if not object_misp_url and not object_misp_url:
attr = self.__get_attribute(obs_to_add)
if attr:
self.misp_event.add_attribute(attr.type, attr.value, tags=['test','toto'])
self.misp_event.add_attribute(attr.type, attr.value)
def get_result(self):
event = json.loads(self.misp_event.to_json())