summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index e0d9835..f7b44f9 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -1202,8 +1202,7 @@ class LoadingSurvex:
return self.caveslist[s]
if cavepath[6:10] in ARGEAREAS:
- url = f"/survexfile/{svxid}.svx"
- return do_ARGE_cave(sluggy, caveid, url, area, svxid)
+ return do_ARGE_cave(sluggy, caveid, area, svxid)
cave = create_new_cave(cavepath, f"Make cave found in survex file {svxid}") # uses the pending code to create pending cave descriptions
self.caveslist[cavepath] = cave