css
This commit is contained in:
parent
fce2504720
commit
11c89fc19d
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ def sex(g, list):
|
|||
|
||||
@app.route("/admin/resize", methods=["GET"])
|
||||
def resize():
|
||||
list = g.db.query(User).filter(User.profileurl != None).all()
|
||||
li = g.db.query(User).filter(User.profileurl != None).all()
|
||||
gevent.spawn(sex, g, li)
|
||||
return "sex"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue