remotes/1693045480750635534/spooky-22
Aevann1 2021-08-25 19:41:10 +02:00
parent 6e0fe109d7
commit ecadd159f5
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ def api_comment(v):
continue
if user.id != v.id:
notify_users.add(user.id)
if v.id == 1: print(notify_users)
for x in notify_users:
n = Notification(comment_id=c.id, user_id=x)
g.db.add(n)