small chnages to name resolution

This commit is contained in:
Philip Sargent
2022-10-07 23:47:05 +03:00
parent c76cd38d76
commit f51d1e114e
3 changed files with 11 additions and 3 deletions

View File

@@ -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())