yt_app.config: use 'TEMPLATES_AUTO_RELOAD'

This commit is contained in:
zrose584 2020-10-07 15:27:56 +02:00
parent 9123d9a6cf
commit 19da112a09

View File

@ -5,6 +5,7 @@ import traceback
import re
from sys import exc_info
yt_app = flask.Flask(__name__)
yt_app.config['TEMPLATES_AUTO_RELOAD'] = True
yt_app.url_map.strict_slashes = False