summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-25 01:56:30 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-25 01:56:30 +0300
commit0843a279660b9dd76a68164b60140d0a0e14f39a (patch)
tree05c407abcddea37b81df9b995d313d3361ff4618 /parsers/imports.py
parent33477f2b40a5e88379d2d05cfc5356afdbb06269 (diff)
downloadtroggle-0843a279660b9dd76a68164b60140d0a0e14f39a.tar.gz
troggle-0843a279660b9dd76a68164b60140d0a0e14f39a.tar.bz2
troggle-0843a279660b9dd76a68164b60140d0a0e14f39a.zip
Revised (faster, less brain damaged) wallet pages
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index 112dd79..a469986 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -56,7 +56,7 @@ def import_survex():
troggle.parsers.survex.LoadSurvexBlocks()
print(" - Survex entrances x/y/z Positions")
with transaction.atomic():
- troggle.parsers.survex.caveifywallets()
+ troggle.parsers.survex.survexifywallets()
with transaction.atomic():
troggle.parsers.locations.LoadPositions()