Add back memoize that I commented out

pull/216/head
Chuck 2023-11-05 15:50:22 -08:00
parent ceea46c58e
commit 2880bfb1a7
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ def transfer_coins(v, username):
def transfer_bux(v, username):
return transfer_currency(v, username, 'marseybux', False)
# @cache.memoize()
@cache.memoize()
def leaderboard_cached(v):
users = g.db.query(User)