This commit is contained in:
Aevann1 2022-04-04 20:31:04 +02:00
parent d9f50ff741
commit 666c0723a8

View file

@ -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 = []