Skip to content

Commit

Permalink
Turn off debugging to avoid issues when run with poetry without an ex…
Browse files Browse the repository at this point in the history
…plicit path.
  • Loading branch information
Douglas Mennella committed May 30, 2021
1 parent eed01da commit e715293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_reconcile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e715293

Please sign in to comment.