diff options
author | wookey <devnull@localhost> | 2013-07-02 00:34:58 +0100 |
---|---|---|
committer | wookey <devnull@localhost> | 2013-07-02 00:34:58 +0100 |
commit | 97c7a2fd87b99fe5706517373d378c4190fbe6a4 (patch) | |
tree | 9a027c6f0b2c3b4531c8d0cfdbaf7314b0e10604 /databaseReset.py | |
parent | ce249ab9570be3e96fd6dc6f6f2c27a2934f4968 (diff) | |
download | troggle-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.py | 2 |
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: |