From 6268402e23094559ae3ee20cbeaf6a4c321cf985 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 May 2023 21:57:07 +0300 Subject: [PATCH] fix typo --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index d8001f73d..2fbf8fcbb 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -402,7 +402,7 @@ PIN_AWARD_TEXT = " (pin award)" THEMES = ["4chan","classic","classic_dark","coffee","dark","dramblr","light","midnight","tron","win98"] BACKGROUND_CATEGORIES = ["glitter", "anime", "fantasy", "solarpunk", "pixelart"] COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial"] -SORTS = COMMENT_SORTS + ["bump", "comments", "views", "subscriptionbs", "saves"] +SORTS = COMMENT_SORTS + ["bump", "comments", "views", "subscriptions", "saves"] TIME_FILTERS = ["hour", "day", "week", "month", "year", "all"] PAGE_SIZES = (10, 25, 50, 100)