summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-10 17:28:13 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-10 17:28:13 +0300
commit47db19f1a24d22610de2a5782737650f4b0941dc (patch)
tree610a02577e3a3bc41d25d2114224f3eff7276223 /parsers/caves.py
parent9d6552ea22ba953e8d9e8e4891ab387bc43f9ac2 (diff)
downloadtroggle-47db19f1a24d22610de2a5782737650f4b0941dc.tar.gz
troggle-47db19f1a24d22610de2a5782737650f4b0941dc.tar.bz2
troggle-47db19f1a24d22610de2a5782737650f4b0941dc.zip
formatting
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py4
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,
)