remotes/1693045480750635534/spooky-22
Aevann1 2021-09-10 05:52:59 +02:00
parent be721995af
commit 9447550d86
1 changed files with 0 additions and 2 deletions

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]