diff options
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ BAN_DB_FILE = "resources/ban_list.json" | |||
24 | FETCH_SAMPLES = 2000 | 24 | FETCH_SAMPLES = 2000 |
25 | FETCH_DB = False | 25 | FETCH_DB = False |
26 | DUMP_DB = False | 26 | DUMP_DB = False |
27 | LOAD_DB = False | 27 | LOAD_DB = True |
28 | 28 | ||
29 | OPEN_FILES = False | 29 | OPEN_FILES = False |
30 | 30 | ||