Skip to content

Commit

Permalink
Revert "stop fetching"
Browse files Browse the repository at this point in the history
This reverts commit 7985287.
  • Loading branch information
raj454raj committed Nov 19, 2023
1 parent 8ed7fcb commit fae6532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def get_boto3_client():

# ------------------------------------------------------------------------------
def get_contests():
return []

cache_value = current.REDIS_CLIENT.get(CONTESTS_CACHE_KEY)
if cache_value:
return json.loads(cache_value)
Expand Down

0 comments on commit fae6532

Please sign in to comment.