make PAGE_SIZES ordered

pull/34/head
Aevann1 2022-12-01 14:28:00 +02:00
parent 845e13b4ae
commit 238c92b703
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ BACKGROUND_CATEGORIES = ["glitter", "anime", "fantasy", "solarpunk", "pixelart"]
COMMENT_SORTS = ["hot", "new", "old", "top", "bottom", "controversial"]
SORTS = COMMENT_SORTS + ["bump", "comments"]
TIME_FILTERS = ["hour", "day", "week", "month", "year", "all"]
PAGE_SIZES = {10, 25, 50, 100}
PAGE_SIZES = (10, 25, 50, 100)
################################################################################
### SITE SPECIFIC CONSTANTS