remotes/1693045480750635534/spooky-22
Aevann1 2021-09-07 17:17:52 +02:00
parent c8517305e2
commit 8fe3c6b384
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ def notifications(v):
i = 0
for x in notifications:
if not x.read: comments[i].unread = True
try: if not x.read: comments[i].unread = True
except: continue
x.read = True
g.db.add(x)
i += 1