fd
This commit is contained in:
parent
0e6ddc23c4
commit
58dc9d11a9
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue