2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +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 7f108f6d9a
commit 9435be0f19

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: