mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 21:57:09 +00:00
separated out Model for wallet to its own file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user