diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-19 19:59:23 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-19 19:59:23 -0700 |
| commit | b1894292c71eb4e0e697a858228769bc9acc1efd (patch) | |
| tree | cbcd4d21a81075a9f8217579c3600fb23a974be3 /constants.py | |
| parent | 57671a1ca530f2102ddb1945d8c85719da6fe5fe (diff) | |
add MYT network scrapenetworks
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 9b0d3c7..0c7b7bc 100644 --- a/constants.py +++ b/constants.py @@ -25,6 +25,8 @@ MUSIC_DIVER_NEWS="https://mypage.musicdiver.jp/api/news?lang=en" TAIKO_BLOG_SITE="https://taiko-ch.net/blog/" +MYT_SOLIPS_UPDATE_SITE="https://www.solips.app/" + ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env class CHUNITHM_VERSION(Enum): |
