From 432be660a4782183777a74bec54082e6edf19542 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 29 Jan 2023 16:23:58 +0000 Subject: separated out Model for wallet to its own file --- parsers/logbooks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parsers/logbooks.py') diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 1d23215..22cdf84 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -66,7 +66,7 @@ ENTRIES = { "2017": 74, "2016": 86, "2015": 80, - "2014": 66, + "2014": 67, "2013": 52, "2012": 76, "2011": 71, @@ -366,14 +366,14 @@ def parser_html(year, expedition, txt, seq=""): if check in dupl: dupl[check] += 1 triptitle = f"{triptitle} #{dupl[check]}" - print(f" - {triptitle} -- {date}") + print(f" - {triptitle} -- {ldate}") else: dupl[check] = 1 tu = tidy_time_underground(tu) trippersons, author = tidy_trip_persons(trippeople, expedition, tu, tid) tripcave = tidy_trip_cave(place) - tripcontent = tidy_trip_image_urls(tripcontent, date) + tripcontent = tidy_trip_image_urls(tripcontent, ldate) tid = tidy_tid(tid, triptitle) entrytuple = (ldate, place, tripcave, triptitle, tripcontent, trippersons, author, expedition, tu, tid) -- cgit v1.2.3