From ab2f49c2fc20bbd038a7950fa97f67e7e46d66ac Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 5 Mar 2022 22:57:41 +0200 Subject: [PATCH] fds --- files/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 1d81fe498..891f364ce 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -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