diff --git a/handlers.py b/handlers.py index eeb9b29..27ff3d3 100644 --- a/handlers.py +++ b/handlers.py @@ -83,7 +83,7 @@ def _error(status): return _respond(f"

{status}

", status) -PER_PAGE = 50 +PER_PAGE = 10 def _paginate(query, key="p"):