diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-28 00:50:26 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-28 00:50:26 +0100 |
commit | cb6619a90a907b7886caf4d9b76c8b9c953ab151 (patch) | |
tree | f5695895438c6007e0d348a758a8ad80047c3968 /parsers/imports.py | |
parent | b9fad1f4fb0fd496aedfcb439709f308cd366de8 (diff) | |
download | troggle-cb6619a90a907b7886caf4d9b76c8b9c953ab151.tar.gz troggle-cb6619a90a907b7886caf4d9b76c8b9c953ab151.tar.bz2 troggle-cb6619a90a907b7886caf4d9b76c8b9c953ab151.zip |
buxfixes
Diffstat (limited to 'parsers/imports.py')
-rw-r--r-- | parsers/imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py index 6eca632..64b829a 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -33,7 +33,7 @@ def import_people(): def import_surveyscans(): print("-- Importing Survey Scans") with transaction.atomic(): - troggle.parsers.surveys.LoadListScans() + troggle.parsers.surveys.load_all_scans() def import_logbooks(): print("-- Importing Logbooks") |