use ttl hash on score pull

This commit is contained in:
2022-06-28 08:25:26 -05:00
parent 28271623be
commit cefa490f5f

View File

@@ -85,7 +85,7 @@ def _scores_from_db(round_id, ttl_hash=None):
def scores_from_db(round_id):
return _scores_from_db(round_id)
return _scores_from_db(round_id, get_ttl_hash())
#######################