forked from rDrama/rDrama
1
0
Fork 0

trying to fix /h/social limit

master
Aevann1 2022-11-06 08:18:55 +02:00
parent 920947d3c8
commit 842b971602
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
if v: size = v.frontsize or 0
else: size = PAGE_SIZE
if SITE == 'watchpeopledie.tv':
if SITE_NAME == 'WPD' and sort == "hot":
posts = posts.offset(size * (page - 1)).limit(100).all()
social_found = False
music_found = False