all repos — listfix @ 19a9648e98b8bae93fe8e7acd2a6696f3d7735b1

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

listfix/error.py (view raw)

 1
 2
def error_handler(exception_type, exception, traceback):
	print(f"Error: {exception}")