mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 17:32:31 +00:00
Add 'people' option to DatabaseReset.py, to read in just the folk list after update.
Not sure that it actually works mind...
This commit is contained in:
parent
ce249ab957
commit
97c7a2fd87
@ -191,6 +191,8 @@ if __name__ == "__main__":
|
||||
make_dirs()
|
||||
pageredirects()
|
||||
import_caves()
|
||||
elif "people" in sys.argv:
|
||||
import_people()
|
||||
elif "QMs" in sys.argv:
|
||||
import_QMs()
|
||||
elif "tunnel" in sys.argv:
|
||||
|
Loading…
Reference in New Issue
Block a user