all repos — listfix @ 5998e5afca6684e63ccfd83e3c06c0df8167a0ca

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

Change debug flag to false

	modified:   listfix.py
Brian Barto bartobrian@gmail.com
Wed, 20 Apr 2022 13:18:46 -0400
commit

5998e5afca6684e63ccfd83e3c06c0df8167a0ca

parent

bee63088afeaba134fc8acad5f8bf0cefff86c2a

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

jump to
M listfix.pylistfix.py

@@ -10,7 +10,7 @@ listfix_dir = os.path.dirname(os.path.realpath(__file__))

log = Log(listfix_dir + "/listfix.log") -er = Errors(log, debug=True) +er = Errors(log, debug=False) er.set_exception_handler() db = DB(listfix_dir + "/listfix.json")