fix 500 error

pull/198/head
Aevann 2023-08-31 12:58:43 +03:00
parent 1a6c4ed648
commit 7b9d32a23e
1 changed files with 1 additions and 1 deletions

View File

@ -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)