Skip to content

Commit

Permalink
fixup! Implement difficalcy calculators
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Jun 7, 2024
1 parent 469784b commit c69ce49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common/osu/test_difficultycalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def test_calculate_score(self):
score = Score(
"4",
mods=int(Mods.DOUBLETIME),
count_geki=1,
count_300=1,
count_katu=2,
count_100=3,
count_50=4,
Expand Down
1 change: 0 additions & 1 deletion leaderboards/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from celery import shared_task
from django.conf import settings
from django.core.cache import cache
from django.db import transaction

from common.discord_webhook_sender import DiscordWebhookSender
Expand Down

0 comments on commit c69ce49

Please sign in to comment.