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