fds
This commit is contained in:
parent
82709f5011
commit
ab2f49c2fc
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ for f in (f'files/templates/sidebar_{environ.get("SITE_NAME").strip()}.html', 'd
|
|||
with open(f, 'w', encoding="utf-8"): pass
|
||||
|
||||
app = Flask(__name__, template_folder='templates')
|
||||
app.register_blueprint(app, subdomain='www')
|
||||
app.url_map.strict_slashes = False
|
||||
app.jinja_env.cache = {}
|
||||
app.jinja_env.auto_reload = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue