From 465376f1f4efcaabd48b75b68700b26e626e282c Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 14 Aug 2023 17:37:32 +0300 Subject: [PATCH] better idea to reduce user confusion --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index 0d100b8791..9276ca05cf 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -40,7 +40,7 @@ def front_all(v, sub=None): t=request.values.get('t', defaulttime) if SITE == 'rdrama.net' and t == 'all' and sort == 'hot': - sort = 'top' + t = 'day' try: gt=int(request.values.get("after", 0)) except: gt=0