From f51d1e114e57d652025d5e0630c22dbc85eb4707 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 7 Oct 2022 23:47:05 +0300 Subject: small chnages to name resolution --- parsers/logbooks.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/logbooks.py') diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 8fc78d6..c704182 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -100,6 +100,8 @@ def GetTripPersons(trippeople, expedition, logtime_underground, tid=None): tripperson = "Phil Wigglesworth" if tripperson =="Animal": tripperson = "Mike Richardson" + if tripperson =="MikeTA": + tripperson = "Mike Richardson" personyear = GetPersonExpeditionNameLookup(expedition).get(tripperson.lower()) -- cgit v1.2.3