diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-07 18:22:09 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-07 18:22:09 +0000 |
commit | 17b2b7b89c2ce34471251a64a1f7c9e416a1c869 (patch) | |
tree | e6b6c0bec923aa4215dea53c6a5f32de9c0f504b /parsers/caves.py | |
parent | 1eab261b3034100afed6e2b4ea2303641176eb93 (diff) | |
download | troggle-17b2b7b89c2ce34471251a64a1f7c9e416a1c869.tar.gz troggle-17b2b7b89c2ce34471251a64a1f7c9e416a1c869.tar.bz2 troggle-17b2b7b89c2ce34471251a64a1f7c9e416a1c869.zip |
fix comments and 2019 LB parsing
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index e09debe..71e19a5 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -135,6 +135,7 @@ def do_pending_cave(k, url, area): default_note = f"_Survex file found in loser repo but no description in expoweb <br><br><br>\n" default_note += f"INSTRUCTIONS: First open 'This survex file' (link above the CaveView panel) to find the date and info. Then " + default_note += f"<br><br>\n\n - (0) look in the <a href=\"/noinfo/cave-number-index\">cave number index</a> for notes on this cave, " default_note += f"<br><br>\n\n - (1) search in the survex file for the *ref to find a " default_note += f"relevant wallet, e.g.<a href='/survey_scans/2009%252311/'>2009#11</a> and read the notes image files <br>\n - " default_note += f"<br><br>\n\n - (2) search in the Expo for that year e.g. <a href='/expedition/2009'>2009</a> to find a " |