diff options
Diffstat (limited to 'parsers/caves.py')
-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) |