forked from rDrama/rDrama
1
0
Fork 0

minor fix for googlebot

master
Aevann 2023-09-07 18:54:30 +03:00
parent a5d01a4572
commit 1232760e3b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def front_all(v, sub=None):
sort = request.values.get("sort", defaultsorting)
t = request.values.get('t', defaulttime)
if SITE == 'rdrama.net' and t == 'all' and sort == 'hot' and page > 6000:
if SITE == 'rdrama.net' and t == 'all' and sort == 'hot' and page > 1000:
sort = 'top'
try: gt = int(request.values.get("after", 0))