Change name of db to have sqlite3 ext. modified: listfix.py
Brian Barto bartobrian@gmail.com
Sat, 26 Mar 2022 10:26:16 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
listfix.py
→
listfix.py
@@ -428,7 +428,7 @@
## Connect to DB (create DB if needed) and check tables. listfix_dir = os.path.dirname(os.path.realpath(__file__)) -db = sqlite3.connect(listfix_dir + "/listfix.db") +db = sqlite3.connect(listfix_dir + "/listfix.sqlite3") check_database_tables(db)