use ttl hash on score pull
This commit is contained in:
@@ -85,7 +85,7 @@ def _scores_from_db(round_id, ttl_hash=None):
|
|||||||
|
|
||||||
|
|
||||||
def scores_from_db(round_id):
|
def scores_from_db(round_id):
|
||||||
return _scores_from_db(round_id)
|
return _scores_from_db(round_id, get_ttl_hash())
|
||||||
|
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
|
|||||||
Reference in New Issue
Block a user