2
0
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:
wookey 2013-07-02 00:34:58 +01:00
parent ce249ab957
commit 97c7a2fd87

View File

@ -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: