Update yeti.py

try test
pull/488/head
Sebdraven 2021-04-19 11:25:50 +02:00
parent a29779eff6
commit 559533ea78
1 changed files with 1 additions and 1 deletions

View File

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