From aa300641af59be183d909896b87891ed0c48c36c Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 9 Sep 2021 22:23:01 +0200 Subject: [PATCH] cum --- 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 2e5d569bcc..3bf8242b8f 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -182,7 +182,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words=' else: abort(400) - print('fartbinn' in [x.author.username for x in posts]) + #print('fartbinn' in [x.author.username for x in posts]) firstrange = 50 * (page - 1) secondrange = firstrange+51