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

View File

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