From 7b9d32a23ee1cd2bd1d1d548dc03dca304d43a56 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 31 Aug 2023 12:58:43 +0300 Subject: [PATCH] fix 500 error --- 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 f12f6cd325..8b9e9ccef2 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -322,7 +322,7 @@ PIN_AWARD_TEXT = " (pin award)" THEMES = ["4chan","classic","classic_dark","coffee","dark","dramblr","light","midnight","tron","win98"] LIGHT_THEMES = ["4chan","classic","coffee","light","win98"] BACKGROUND_CATEGORIES = ["glitter", "anime", "fantasy", "solarpunk", "pixelart"] -COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial", "saves"] +COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial", "random"] SORTS = COMMENT_SORTS + ["bump", "comments", "views", "subscriptions", "saves"] TIME_FILTERS = ["hour", "day", "week", "month", "year", "all"] PAGE_SIZES = (10, 25, 50, 100)