Update yeti.py

add logs
pull/488/head
Sebdraven 2021-03-19 11:24:10 +01:00
parent bd4a4b87fc
commit d868373c5a
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class Yeti():
domain_ip_object.add_attribute(**self.__get_attribute(obj_to_add))
domain_ip_object.add_reference(self.attribute['uuid'], 'related_to')
domain_ip_object.add_attribute(**self.attribute)
print(domain_ip_object)
return domain_ip_object
def __get_attribute(self, obj_yeti):