Update yeti.py

add logs
pull/488/head
Sebdraven 2021-03-19 11:27:23 +01:00
parent d868373c5a
commit 347d12c78c
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class Yeti():
attr_misp['object_relation'] = 'domain'
else:
attr_misp['object_relation'] = None
print('Attribute %s' % attr_misp)
return attr_misp
def handler(q=False):