Skip to content

Commit

Permalink
I lied
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Mar 6, 2024
1 parent 67006e2 commit 52155ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameserver/views/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_queryset(self):
cache.set(cache_key, queryset, 5 * 5) # Cache for 5 minutes (300 seconds)
return queryset

@staticmethod``
@staticmethod
def _get_contest(slug):
cache_key = f"contest_{slug}_scoreboard_contest"
contest = cache.get(cache_key)
Expand Down

0 comments on commit 52155ed

Please sign in to comment.