This commit is contained in:
Aevann1 2021-10-27 00:59:34 +02:00
parent 832007fca4
commit 82eef10bdb

View file

@ -20,6 +20,7 @@ app = Flask(__name__, template_folder='./templates')
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)
app.url_map.strict_slashes = False
app.jinja_env.cache = {}
app.jinja_env.auto_reload = True
import faulthandler
faulthandler.enable()