fix: restore PER_PAGE constant

This commit is contained in:
lichenblankie 2026-06-05 02:04:43 +00:00
parent b79689aba0
commit 6ea664cbf6

View file

@ -7,6 +7,7 @@ from urllib.parse import unquote
MAX_TITLE_LENGTH = 200
MAX_BODY_LENGTH = 10000
PER_PAGE = 20
RECENT_SECONDS = 86400 * 7 # "new" = within last 7 days