Skip to content

Commit

Permalink
Fix leaderboard bug (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwakftw authored Jan 24, 2021
1 parent 9979e0d commit a5607f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion judge/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ def get_personcontest_score(person_id: str,

problems = models.Problem.objects.filter(contest=contest)
full_filter = Q()
full_filter |= Q(person=person)
for problem in problems:
full_filter |= Q(person=person, problem=problem)

Expand Down

0 comments on commit a5607f7

Please sign in to comment.