summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-10-25 13:51:48 +0200
committerPacien TRAN-GIRARD2014-10-25 13:51:48 +0200
commit32497cb9f54f1a2783ca9334dc2b6432d8135fc4 (patch)
treec28d7016ccfb80eb72791dc77377fee74f1ec7ce
parent8410d88686364f4c6a77cb9bf276b9d3f53bfa61 (diff)
downloadwikistats-32497cb9f54f1a2783ca9334dc2b6432d8135fc4.tar.gz
Use previous data dump file by default
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index ee8c3a7..fc3069b 100644
--- a/main.py
+++ b/main.py
@@ -24,7 +24,7 @@ BAN_DB_FILE = "resources/ban_list.json"
24FETCH_SAMPLES = 2000 24FETCH_SAMPLES = 2000
25FETCH_DB = False 25FETCH_DB = False
26DUMP_DB = False 26DUMP_DB = False
27LOAD_DB = False 27LOAD_DB = True
28 28
29OPEN_FILES = False 29OPEN_FILES = False
30 30