Don't memoize on get_promotion_list_cached.

This commit is contained in:
bsimpson63
2013-03-11 11:52:52 -04:00
committed by Max Goodman
parent 2e29366a2d
commit 3f9def5e3d

View File

@@ -802,7 +802,6 @@ def get_promotion_list(user, site):
return [PromoTuple(*t) for t in tuples]
@memoize('promotion_list', time=60)
def get_promotion_list_cached(sites):
weights = get_live_promotions(sites)
if not weights: