diff options
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 8f4acb1..485f993 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -212,15 +212,9 @@ 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 personlogentrys - Does NOT save the expeditionday_id - all NULLs. why? Because we are deprecating expeditionday ! + """saves a single logbook entry and related personlogentry items """ - # gets the current ExpeditionDay, and saves it as an object attached to - # the expedition, but does not attach it to the logbook entry. Why ? - - # expedition.get_expedition_day(date) - nonLookupAttribs = { "place": place, "text": text, |