2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 14:07:14 +00:00

formatting

This commit is contained in:
2023-09-10 17:28:13 +03:00
parent 9d6552ea22
commit 47db19f1a2
3 changed files with 5 additions and 6 deletions

View File

@@ -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,
)