summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-rw-r--r--parsers/people.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py
index ccae37c..80e36c3 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -235,6 +235,11 @@ def GetPersonExpeditionNameLookup(expedition):
if f == "Rob".lower():
possnames += apply_variations("Robert", l)
+ if f == "Thomas".lower():
+ possnames += apply_variations("Tom", l)
+ if f == "Tom".lower():
+ possnames += apply_variations("Thomas", l)
+
if f == "Lizzy".lower():
possnames += apply_variations("Lizzie", l)
if f == "Lizzie".lower():