diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2019-06-26 20:56:08 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2019-06-26 20:56:08 +0100 |
commit | 3f78382d45c69b3d912288bbcc633711951b51b6 (patch) | |
tree | 1bdc3bf494bcdd98dd40dbfe6a30e21ae8fe9f4b /databaseReset.py | |
parent | b5cca8be3b7017bc44517049ac7769501776378e (diff) | |
download | troggle-3f78382d45c69b3d912288bbcc633711951b51b6.tar.gz troggle-3f78382d45c69b3d912288bbcc633711951b51b6.tar.bz2 troggle-3f78382d45c69b3d912288bbcc633711951b51b6.zip |
Remove this stupid hard coded name match
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databaseReset.py b/databaseReset.py index fd9b83a..4b4d7ef 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -90,9 +90,11 @@ def reset(): import_caves() import_people() import_surveyscans() - import_survex() + import_logbooks() import_QMs() + + import_survex() try: import_tunnelfiles() except: |