summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-10-07 23:47:05 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-10-07 23:47:05 +0300
commitf51d1e114e57d652025d5e0630c22dbc85eb4707 (patch)
tree6e55eb466b9e441e53d50af8948a6639780cabd9 /parsers/logbooks.py
parentc76cd38d76d40ce1aff907ccd646e1efd279c59f (diff)
downloadtroggle-f51d1e114e57d652025d5e0630c22dbc85eb4707.tar.gz
troggle-f51d1e114e57d652025d5e0630c22dbc85eb4707.tar.bz2
troggle-f51d1e114e57d652025d5e0630c22dbc85eb4707.zip
small chnages to name resolution
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 2 insertions, 0 deletions
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())