diff options
-rw-r--r-- | parsers/people.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py index 5426683..079ea3e 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -441,6 +441,8 @@ def GetPersonExpeditionNameLookup(expedition): possnames.append("El Stobbarto") if f"{f} {l}" == "Rob Watson".lower(): possnames.append("nobrotson") + if f"{f} {l}" == "hannah urquhart".lower(): + possnames.append("hannah ug") for i in [3, 4, 5, 6]: lim = min(i, len(f) + 1) # short form, e.g. Dan for Daniel. |