@ -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'