Browse Source

now errors are handled also in production mode

master
Your Name 3 years ago
parent
commit
f15d750564
  1. 1
      api.py

1
api.py

@ -12,6 +12,7 @@ from intact_words import intact
app = flask.Flask(__name__, static_url_path='', static_folder='static')
app.config["DEBUG"] = True
app.config["PROPAGATE_EXCEPTIONS"] = False
counter = Value('i', 0)
DATABASE = 'queermottoapi.db'

Loading…
Cancel
Save