From 108eb90e82f637694deb32f7868a7b89490766b9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Jul 2021 12:58:23 +0200 Subject: [PATCH] fdfd --- drama/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/routes/front.py b/drama/routes/front.py index d91be67b2..512237cb6 100644 --- a/drama/routes/front.py +++ b/drama/routes/front.py @@ -69,7 +69,7 @@ def notifications(v): render_replies=True, is_notification_page=True) -@cache.memoize(timeout=1500) + def frontlist(v=None, sort="hot", page=1,t="all", filter_words='', **kwargs): posts = g.db.query(Submission).options(lazyload('*')).filter_by(is_banned=False,stickied=False,private=False).filter(Submission.deleted_utc == 0)