summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-30 16:27:01 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-30 16:27:01 +0000
commitebe86d73d430b9d2d628262cf5a3539af9fd0fe7 (patch)
treece8f0401777f1facd91c74d9e1263908c4233b05 /parsers
parentb29ff618718f4d28ae4e5ae338ef0cf7dfb764b9 (diff)
downloadtroggle-ebe86d73d430b9d2d628262cf5a3539af9fd0fe7.tar.gz
troggle-ebe86d73d430b9d2d628262cf5a3539af9fd0fe7.tar.bz2
troggle-ebe86d73d430b9d2d628262cf5a3539af9fd0fe7.zip
Renaming class - step 3 complete
Diffstat (limited to 'parsers')
-rw-r--r--parsers/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 2f077e8..8f4acb1 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -212,7 +212,7 @@ def tidy_tid(tid, title):
return tid
def store_entry_into_database(date, place, tripcave, title, text, trippersons, author, expedition, logtime_underground, tid):
- """saves a single logbook entry and related persontrips
+ """saves a single logbook entry and related personlogentrys
Does NOT save the expeditionday_id - all NULLs. why? Because we are deprecating expeditionday !
"""