dfdf
This commit is contained in:
parent
f94e8d4394
commit
b77aa37250
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def notifications(v):
|
|||
|
||||
firstrange = 25 * (page - 1)
|
||||
secondrange = firstrange + 26
|
||||
comments = comments[firstrange:secondrange]]
|
||||
comments = comments[firstrange:secondrange]
|
||||
|
||||
next_exists = (len(comments) == 26)
|
||||
comments = comments[:25]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue