main
Bob Mottram 2021-06-24 20:28:26 +01:00
parent b0a91c2dc1
commit c8b8663725
1 changed files with 2 additions and 0 deletions

View File

@ -743,6 +743,8 @@ def getDisplayName(baseDir: str, actor: str, personCache: {}) -> str:
def _genderFromString(translate: {}, text: str) -> str:
"""Given some text, does it contain a gender description?
"""
gender = None
textOrig = text
text = text.lower()