From 61315118e577641d5e0f278ef857038927e95fd4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 30 Jun 2019 05:43:21 -0500 Subject: [PATCH] ubuntu is bad --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 81dc035..885753a 100644 --- a/app/routes.py +++ b/app/routes.py @@ -93,7 +93,7 @@ def boolparse(string, default=False): @login_required def hidden_help(id): if id != app.config['HIDDEN_URL']: - return 'bad id' + return '{}
{}
{}'.format(app.config['HIDDEN_URL'], str(type(app.config['HIDDEN_URL'])), str(id)) else: return render_template('hidden_help.html')