diff options
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 34a2301..70f92cb 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -174,8 +174,8 @@ def do_ARGE_cave(slug, caveid, url, areacode, svxid): cave = Cave( underground_description="ARGE cave.", - survex_file= f"{svxid}.svx", - url=url, + survex_file= f"{svxid}.svx", # or is this svxurl ?! + # url=url, No, the url spplied is that of the survexfile not of the cave file, e.g. /1626/254/254 notes=default_note, areacode=areacode, ) |