all repos — listfix @ cfa43df39b0fbf7cd6820a1ac0c70ca40028570e

Postfix Mailing List Software; Maintained on behalf the of Agency Economy Incorporated NFP.

Change name of db to have sqlite3 ext.

	modified:   listfix.py
Brian Barto bartobrian@gmail.com
Sat, 26 Mar 2022 10:26:16 -0400
commit

cfa43df39b0fbf7cd6820a1ac0c70ca40028570e

parent

561f187b1e8db51df2f393b3b92fa20eecfe0b46

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M listfix.pylistfix.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)