From 47db19f1a24d22610de2a5782737650f4b0941dc Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 10 Sep 2023 17:28:13 +0300 Subject: formatting --- parsers/caves.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsers/caves.py') 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, ) -- cgit v1.2.3