From 94a8ad9b067e5a2c442ce47ce72d1a53eb444160 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 23 Jan 2023 18:00:43 +1100 Subject: Clean up some docs and naming inconsistencies --- backend/tol_data/enwiki/gen_dump_index_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/tol_data/enwiki/gen_dump_index_db.py') 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 """ -- cgit v1.2.3