forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-12 09:35:58 +02:00
parent 1658ed5d18
commit 5c25f861fe
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
abort(400)
firstrange = 25 * (page - 1)
secondrange = firstrange+100
secondrange = firstrange+200
posts = posts[firstrange:secondrange]
if random.random() < 0.004: