remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 20:31:04 +02:00
parent 9e9873ffbf
commit 1ef60af223
1 changed files with 3 additions and 1 deletions

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