From e835408889862356de6453b49b75da2c67b887d6 Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Thu, 22 Aug 2024 21:08:56 +1000 Subject: [PATCH] Use difficalcy-osu as the default osu calculator --- osuchan/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osuchan/settings.py b/osuchan/settings.py index eb55f9a..34e32c2 100644 --- a/osuchan/settings.py +++ b/osuchan/settings.py @@ -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",