From eb7a820b54a403f34ed7698194847311a0c1768f Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Mon, 17 Oct 2022 18:18:30 -0500 Subject: [PATCH] copy paste error --- app/characters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/characters.py b/app/characters.py index dd814ed..6802989 100644 --- a/app/characters.py +++ b/app/characters.py @@ -220,7 +220,7 @@ def rescue(id): @login_required @gm_level(9) def upload(id): - if not current_app.config["USER_ENABLE_EMAIL"]: + if not current_app.config["ENABLE_CHAR_XML_UPLOAD"]: flash("You must enable this setting to do this", "danger") return redirect(url_for('characters.view', id=id))