diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-27 21:44:04 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-27 21:44:04 +0300 |
commit | 7f9f598f115146371bcc4ead29a1388bbd035457 (patch) | |
tree | 18430c82a39126f3be2f19966f02ccc04963b5bd /parsers | |
parent | 421b47c137acfa1a54730ef48557525aadea0992 (diff) | |
download | troggle-7f9f598f115146371bcc4ead29a1388bbd035457.tar.gz troggle-7f9f598f115146371bcc4ead29a1388bbd035457.tar.bz2 troggle-7f9f598f115146371bcc4ead29a1388bbd035457.zip |
comment updates
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/caves.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 34f7143..19b5549 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -181,10 +181,12 @@ def do_ARGE_cave(slug, caveid, areacode, svxid): We already know the survex file. We already know that the cave doesn't exist... though there are bugs.. + Assumes anything in the ARGE list of cave areas is Arge, which is not true for 1626... + caveid may be kataster number or it may be e.g. LA34 """ - default_note = "This is an ARGE cave where we only have the survex file and no other information" + default_note = "This is (probably) an ARGE cave where we only have the survex file and no other information" url = f"{areacode}/{caveid}.html" urltest = Cave.objects.filter(url=url) |