remotes/1693045480750635534/spooky-22
Aevann1 2021-09-01 19:14:33 +02:00
parent 49b38f705e
commit dea201a48a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def notifications(v):
cids = [x.comment_id for x in notifications]
next_exists = (len(cids) == 26)
cids = cids[:25]
comments = get_comments(cids, v=v, load_parent=True))
comments = get_comments(cids, v=v, load_parent=True)
i = 0
for x in notifications: