sfdfsd
This commit is contained in:
parent
832007fca4
commit
82eef10bdb
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue