diff --git a/wordlinator/web/__init__.py b/wordlinator/web/__init__.py index 34b0f41..59ebf8d 100644 --- a/wordlinator/web/__init__.py +++ b/wordlinator/web/__init__.py @@ -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()) #######################