fdsdfs
This commit is contained in:
parent
86b790dae4
commit
6da1a0e06c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue