diff options
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 2 |
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 ! """ |