From 60481a175b155c6b74345c77e730e7c18040309f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 2 May 2022 20:07:17 +0200 Subject: [PATCH] sfd\ --- 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 23c09d632c..91c81b64ae 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -345,7 +345,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false" posts = posts.join(User, User.id == Submission.author_id).filter(User.shadowbanned == None) if request.host == 'rdrama.net': num = 5 - else: num = 0.5 + else: num = 1 if sort == "hot": ti = int(time.time()) + 3600