diff --git a/files/routes/front.py b/files/routes/front.py index cb733fdc6..60fddc88c 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -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))