Skip to content

Commit

Permalink
Use difficalcy-osu as the default osu calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Aug 22, 2024
1 parent 68f0bca commit e835408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osuchan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class EnvSettings(BaseSettings):
}

DEFAULT_DIFFICULTY_CALCULATORS = {
Gamemode.STANDARD: "rosupp",
Gamemode.STANDARD: "difficalcy-osu",
Gamemode.TAIKO: "difficalcy-taiko",
Gamemode.CATCH: "difficalcy-catch",
Gamemode.MANIA: "difficalcy-mania",
Expand Down

0 comments on commit e835408

Please sign in to comment.