This commit is contained in:
Aevann1 2021-12-17 20:16:47 +02:00
parent 6da1a0e06c
commit c7f6edff30

View file

@ -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])