remotes/1693045480750635534/spooky-22
Aevann1 2021-09-18 20:17:04 +02:00
parent 01529879fb
commit 2a545f99bf
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ def notifications(v):
cids = [x.comment_id for x in notifications]
comments = get_comments(cids, v=v, load_parent=True)
t = time.time()
i = 0
for x in notifications:
try:
@ -69,7 +68,6 @@ def notifications(v):
i += 1
g.db.commit()
print(time.time() - t)
if not posts:
listing = []