diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-22 01:23:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-22 01:23:18 -0700 |
| commit | 371ce5aba3ba8be9e00f93d3a4d36abff3e5e180 (patch) | |
| tree | 6bb3b1503b2b6a6b32d63837e67eba3ea28846f2 /constants.py | |
| parent | d88ea267b780aebc077b43dcf56a0141c3abe6d4 (diff) | |
add wac_plus community
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 81967d5..361c72d 100644 --- a/constants.py +++ b/constants.py @@ -28,6 +28,8 @@ TAIKO_BLOG_SITE="https://taiko-ch.net/blog/" ADD_EN_TRANSLATION=True # Only takes effect if an API key is provided in .env CHUNI_RECURSIVE_IMAGE=True # Scrape the individual post pages and get all images there +WACCA_PLUS_MAGIC_STRING="1206017527864369262" + class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 VERSE = 2 |
