From 73db5710d4da1a3b325643bc3076338de445f808 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Dec 2021 05:43:16 +0200 Subject: [PATCH] fdsfds --- files/routes/front.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 901edcb47b..8700fe6181 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -123,8 +123,6 @@ def notifications(v): @auth_desired def front_all(v): - return render_template("home.html", v=v, listing=[], next_exists=False, sort='hot', t='all', page=1) - if not v and request.path == "/" and not request.headers.get("Authorization"): return redirect(f"/logged_out{request.full_path}") if v and v.is_banned and not v.unban_utc: return render_template('errors/500.html', error=True, v=v), 500