remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 18:25:13 +02:00
parent 9e51e2b070
commit a2a20648bd
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class User(Base, Stndrd, Age_times):
firstrange = 25 * (page - 1)
secondrange = firstrange + 26
comments = comments[firstrange:secondrange]
return comments[firstrange:secondrange]
def notification_subscriptions(self, page=1):