remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 18:14:48 +02:00
parent 6fe6c27805
commit fd797e1486
1 changed files with 1 additions and 1 deletions

View File

@ -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]