fsdfsd
This commit is contained in:
parent
6da1a0e06c
commit
c7f6edff30
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def notify(v):
|
||||||
# body_html=text_html)
|
# body_html=text_html)
|
||||||
# g.db.add(new_comment)
|
# g.db.add(new_comment)
|
||||||
# g.db.flush()
|
# g.db.flush()
|
||||||
|
print('wtf')
|
||||||
users = g.db.query(User.id).all()
|
users = g.db.query(User.id).all()
|
||||||
for u in users:
|
for u in users:
|
||||||
print(u[0])
|
print(u[0])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue