forked from MarseyWorld/MarseyWorld
fdsfsd
parent
9199411339
commit
28aa7c5cf0
|
@ -52,7 +52,7 @@ def sex(v):
|
|||
|
||||
users = g.db.query(User).filter(User.patron > 0, User.patron < 5).all()
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue