fix: restore PER_PAGE constant
This commit is contained in:
parent
b79689aba0
commit
6ea664cbf6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue