remotes/1693045480750635534/spooky-22
Aevann1 2021-12-17 20:15:51 +02:00
parent 71ce178522
commit 2b8ced7d5e
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ def notify(v):
# g.db.add(new_comment)
# g.db.flush()
users = (x[0] for x in g.db.query(User.id).all())
users = g.db.query(User.id).all()
for u in users:
print(u)
print(u[0])
# notif = Notification(comment_id=new_comment.id, user_id=u)
# g.db.add(notif)