From 208055704e3e2e3e1460966761fcb13924b5a901 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 30 Jun 2019 04:30:10 -0500 Subject: [PATCH] title change --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index d38f6b8..98bbc05 100644 --- a/app/routes.py +++ b/app/routes.py @@ -111,7 +111,7 @@ def hidden(): # Request, Parse & Build Data data = trap(tags, page, count, base64, showsample) print(showsample) - return render_template('hidden.html', data=data, base64=base64, showsample=showsample, showtags=showtags) + return render_template('hidden.html', title='Gelbooru' data=data, base64=base64, showsample=showsample, showtags=showtags) def base64ify(url): return base64.b64encode(requests.get(url).content).decode()