diff --git a/csv_reconcile/__init__.py b/csv_reconcile/__init__.py index dc6ff2a..46246db 100644 --- a/csv_reconcile/__init__.py +++ b/csv_reconcile/__init__.py @@ -197,4 +197,4 @@ def main(config, scorerOption, init_db, csvfile, idcol, namecol): from werkzeug.serving import WSGIRequestHandler WSGIRequestHandler.protocol_version = "HTTP/1.1" - app.run() + app.run(debug=False)