This commit is contained in:
Aevann1 2021-09-10 05:52:59 +02:00
parent 0e6ddc23c4
commit 58dc9d11a9

View file

@ -183,8 +183,6 @@ 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])
firstrange = 50 * (page - 1)
secondrange = firstrange+51
posts = posts[firstrange:secondrange]