From a87715649b4fdfbd549aad493fb262f91f563325 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Apr 2025 15:31:37 -0700 Subject: add MUSIC DIVER support --- constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 1893a3e..3f9af7e 100644 --- a/constants.py +++ b/constants.py @@ -21,6 +21,8 @@ MAIMAIDX_JP_NEWS_SITE="https://info-maimai.sega.jp/" MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/" ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" +MUSIC_DIVER_NEWS="https://mypage.musicdiver.jp/api/news?lang=en" + ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env class CHUNITHM_VERSION(Enum): -- cgit v1.2.3