|
|
|
@ -120,7 +120,7 @@ def get_person_icon(person_json: {}) -> str:
|
|
|
|
return ''
|
|
|
|
return ''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def get_attributed_to(field) -> str:
|
|
|
|
def get_attributed_to(field: str | list) -> str:
|
|
|
|
"""Returns the actor
|
|
|
|
"""Returns the actor
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
if isinstance(field, str):
|
|
|
|
if isinstance(field, str):
|
|
|
|
|