Update yeti.py

log object
pull/488/head
Sebdraven 2021-03-19 11:48:55 +01:00
parent bd5c1b0b53
commit 633f5efd56
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,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(type(domain_ip_object))
print(domain_ip_object.to_json())
return domain_ip_object
def __get_attribute(self, obj_yeti):