From eae919e5b213d03d29b9103b8db2534e506e81d1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 4 Oct 2023 23:34:36 +0300 Subject: Digging out failed name recognition --- parsers/people.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/people.py') diff --git a/parsers/people.py b/parsers/people.py index 24e8378..8cbe630 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -312,6 +312,8 @@ def GetPersonExpeditionNameLookup(expedition): if f == "Michael".lower(): possnames += apply_variations("Mike", l) + if f == "Mike".lower(): + possnames += apply_variations("Michael", l) if f == "David".lower(): possnames += apply_variations("Dave", l) -- cgit v1.2.3