remotes/1693045480750635534/spooky-22
Aevann1 2021-07-31 08:15:34 +02:00
parent 81131400b8
commit a72e255fa0
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ def patrons(v):
@auth_desired
def badmins(v):
badmins = g.db.query(User).filter_by(admin_level=6).order_by(User.dramacoins.desc()).all()
render_template("badmins.html", v=v, badmins=badmins)
return render_template("badmins.html", v=v, badmins=badmins)
@app.get("/log")
@auth_desired