testing on deux

master
Aevann1 2022-07-13 21:14:59 +02:00
parent b59b8e49a0
commit 4dc3c2d416
1 changed files with 1 additions and 0 deletions

View File

@ -560,6 +560,7 @@ def api_comment(v):
notify_users.add(parent.author.id)
for x in notify_users-bots:
if v.id == 1: print(x, flush=True)
n = Notification(comment_id=c.id, user_id=x)
g.db.add(n)