fdsfsd
This commit is contained in:
parent
4ba834b04e
commit
13e0c44a1e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def sex(v):
|
||||||
|
|
||||||
users = g.db.query(User).filter(User.patron > 0, User.patron < 5).all()
|
users = g.db.query(User).filter(User.patron > 0, User.patron < 5).all()
|
||||||
for u in users:
|
for u in users:
|
||||||
if not u.email or u.email.lower() not in emails: print(u.username)
|
if not u.email or u.email.lower() not in emails: print(u.username + ' - ' + u.email)
|
||||||
|
|
||||||
return "sex"
|
return "sex"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue