watch: increase page size to 20

parent cd704e37
......@@ -8,7 +8,7 @@ from database.models import User
from data.keyboards import watch_keyboards
from services.utils import _bold, resolve_maintainer
PER_PAGE = 10
PER_PAGE = 20
dp = Dispatch()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment