fds
This commit is contained in:
parent
d9f50ff741
commit
666c0723a8
1 changed files with 3 additions and 1 deletions
|
@ -136,7 +136,9 @@ def notifications(v):
|
|||
print("4: " + str(time.time()-t))
|
||||
t = time.time()
|
||||
|
||||
comms = get_comments([x[0].id for x in all], v=v)
|
||||
cids = [x[0].id for x in all]
|
||||
|
||||
comms = get_comments(cids, v=v)
|
||||
|
||||
listing = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue