fd
This commit is contained in:
parent
ab06fe12a7
commit
054f79c1a1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def notifications(v):
|
||||||
cids = [x.comment_id for x in notifications]
|
cids = [x.comment_id for x in notifications]
|
||||||
next_exists = (len(cids) == 26)
|
next_exists = (len(cids) == 26)
|
||||||
cids = cids[:25]
|
cids = cids[:25]
|
||||||
comments = get_comments(cids, v=v, load_parent=True))
|
comments = get_comments(cids, v=v, load_parent=True)
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
for x in notifications:
|
for x in notifications:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue