remotes/1693045480750635534/spooky-22
Aevann1 2021-10-27 00:59:34 +02:00
parent c1aa7b62b5
commit a23d3b6616
1 changed files with 1 additions and 0 deletions

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()