Update yeti.py

add logs
pull/488/head
Sebdraven 2021-04-19 11:27:33 +02:00
parent 559533ea78
commit 8a24ed7fd6
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class Yeti():
obj_relation = self.__get_relation(obj_to_add)
if obj_relation:
print(obj_relation)
print(obj_to_add['value'])
url_object.add_attribute('url', obj_to_add['value'])
obj_relation = self.__get_relation(self.attribute)
if obj_relation: