From 9b13dd2ab22136c09ce0ea60934c23b6d360857e Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 14 Jun 2023 02:41:49 +0300 Subject: [PATCH] reorder LIMITED_WPD_HOLES for consistency --- 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 173c502d9..2945867a6 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -68,7 +68,7 @@ def front_all(v, sub=None, subdomain=None): return render_template("home.html", v=v, listing=posts, total=total, sort=sort, t=t, page=page, sub=sub, home=True, pins=pins, size=size) -LIMITED_WPD_HOLES = ('gore', 'aftermath', 'selfharm', 'meta', 'discussion', 'social', 'music', 'request', 'fights') +LIMITED_WPD_HOLES = ('fights', 'gore', 'aftermath', 'selfharm', 'request', 'meta', 'discussion', 'social', 'music') @cache.memoize() def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', gt=0, lt=0, sub=None, pins=True):