From 010e4a4b0b7b8a80f4a61ceb459c21f08b4c37f8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 18 Aug 2021 19:02:34 +0200 Subject: [PATCH] gffg --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index f257fd171a..789b928bee 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -190,7 +190,7 @@ 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" + 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")