mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +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()
|
make_dirs()
|
||||||
pageredirects()
|
pageredirects()
|
||||||
import_caves()
|
import_caves()
|
||||||
|
elif "people" in sys.argv:
|
||||||
|
import_people()
|
||||||
elif "QMs" in sys.argv:
|
elif "QMs" in sys.argv:
|
||||||
import_QMs()
|
import_QMs()
|
||||||
elif "tunnel" in sys.argv:
|
elif "tunnel" in sys.argv:
|
||||||
|
Loading…
Reference in New Issue
Block a user