forked from rDrama/rDrama
1
0
Fork 0

test if badge_list even needs to be cached

master
Aevann 2024-02-21 23:09:51 +02:00
parent c539a8280e
commit e7b633da37
1 changed files with 0 additions and 1 deletions

View File

@ -313,7 +313,6 @@ def submit_contact(v):
return {"message": "Your message has been sent to the admins!"}
@cache.memoize(timeout=3600)
def badge_list(site, can_view_patron_badges):
badges = g.db.query(BadgeDef)