This commit is contained in:
Aevann1 2021-08-31 18:14:48 +02:00
parent f94e8d4394
commit b77aa37250

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]