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

View File

@ -58,7 +58,8 @@ def notifications(v):
i = 0
for x in notifications:
try: 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)