This commit is contained in:
Aevann1 2021-11-21 20:54:36 +02:00
parent 23869a522c
commit de2e848d94
10 changed files with 4 additions and 4 deletions

View file

@ -139,7 +139,7 @@ def cached_chart():
@app.get("/patrons")
@app.get("/paypigs")
@auth_desired
@admin_level_required(3)
def patrons(v):
query = g.db.query(
User.id, User.username, User.patron, User.namecolor,