event list token updated
This commit is contained in:
@@ -212,6 +212,8 @@ def parse_comment_for_living_space(
|
||||
garbage="",
|
||||
cleaned="",
|
||||
)
|
||||
if not iban in living_space_dict:
|
||||
return best_similarity
|
||||
for person in living_space_dict[iban]["people"]:
|
||||
person: People = person
|
||||
first_name = unidecode(person.firstname).upper()
|
||||
|
||||
Reference in New Issue
Block a user