flavour fix

This commit is contained in:
2023-06-01 01:14:38 +02:00
parent f7ed11562b
commit b7d26b82b1

View File

@@ -164,7 +164,7 @@ def excel():
@main.route("/config/<framework>/<compare>")
def config(framework, compare):
if not framework in current_app.config[FRAMEWORKS]:
if framework not in current_app.config[FRAMEWORKS]:
message = f"framework {framework} not supported"
return render_template("error.html", message=message)
env = EnvData()