From af8b5f1c5b1254ba815e7fd717fbb0549eaf79b5 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 30 Jun 2019 05:46:21 -0500 Subject: [PATCH] ubuntu bad v3.1 --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 9220f32..6893b67 100644 --- a/app/routes.py +++ b/app/routes.py @@ -101,7 +101,7 @@ def hidden_help(id): @login_required def hidden(id): if id != app.config['HIDDEN_URL']: - return '{}
{}
{}'.format(app.config['HIDDEN_URL'], str(type(app.config['HIDDEN_URL'])), str(type(id))) + return '{} != {}'.format(id, app.config['HIDDEN_URL']) # Handled within request tags = request.args.get('tags') or 'trap' try: