event list token updated

This commit is contained in:
2024-12-07 16:18:11 +03:00
parent 9e955841c3
commit 6ba0e37ffd
13 changed files with 243 additions and 213 deletions

View File

@@ -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()