From af3379e814339507066830c705878a9dc46280d3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 16 Aug 2021 23:11:06 +0200 Subject: [PATCH] sneed --- files/routes/front.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/routes/front.py b/files/routes/front.py index b2263f35b0..789b928bee 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -190,6 +190,8 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words=' @auth_desired def front_all(v): + return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk" + if v and v.is_banned and not v.unban_utc: return render_template("seized.html") if not v and request.path == "/": return redirect("/logged_out")