summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorwookey <devnull@localhost>2013-07-02 00:34:58 +0100
committerwookey <devnull@localhost>2013-07-02 00:34:58 +0100
commit97c7a2fd87b99fe5706517373d378c4190fbe6a4 (patch)
tree9a027c6f0b2c3b4531c8d0cfdbaf7314b0e10604 /databaseReset.py
parentce249ab9570be3e96fd6dc6f6f2c27a2934f4968 (diff)
downloadtroggle-97c7a2fd87b99fe5706517373d378c4190fbe6a4.tar.gz
troggle-97c7a2fd87b99fe5706517373d378c4190fbe6a4.tar.bz2
troggle-97c7a2fd87b99fe5706517373d378c4190fbe6a4.zip
Add 'people' option to DatabaseReset.py, to read in just the folk list after update.
Not sure that it actually works mind...
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 9ba336c..a82536e 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -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: