aboutsummaryrefslogtreecommitdiff
path: root/backend/tol_data/enwiki/gen_dump_index_db.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tol_data/enwiki/gen_dump_index_db.py')
-rwxr-xr-xbackend/tol_data/enwiki/gen_dump_index_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/tol_data/enwiki/gen_dump_index_db.py b/backend/tol_data/enwiki/gen_dump_index_db.py
index 5f21c9b..5778680 100755
--- a/backend/tol_data/enwiki/gen_dump_index_db.py
+++ b/backend/tol_data/enwiki/gen_dump_index_db.py
@@ -8,7 +8,7 @@ import bz2
import sqlite3
INDEX_FILE = 'enwiki-20220501-pages-articles-multistream-index.txt.bz2' # Had about 22e6 lines
-DB_FILE = 'dumpIndex.db'
+DB_FILE = 'dump_index.db'
def genData(indexFile: str, dbFile: str) -> None:
""" Reads the index file and creates the db """