merge-requests/30/head
Bob Mottram 2022-05-11 19:16:20 +01:00
parent ed9854de10
commit eb9609211f
1 changed files with 2 additions and 2 deletions

View File

@ -1118,10 +1118,10 @@ def get_gender_from_bio(base_dir: str, actor: str, person_cache: {},
continue
if name_value.lower() == \
translate['gender'].lower():
bio_found = name_value
bio_found = tag[prop_value_name]
break
if name_value.lower().startswith(pronoun_str):
bio_found = name_value
bio_found = tag[prop_value_name]
break
# the field name could be anything,
# just look at the value