diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-15 00:50:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-15 00:50:29 -0700 |
| commit | c7edf6457e3a0a1800caffc15634007e80158287 (patch) | |
| tree | 8d3695eadb1e236fc1acb0c27c0a992a470e001b | |
| parent | 6ce2cdb75ceb5cb91598ead92d493d522c15bedc (diff) | |
add CHUNITHM International
| -rw-r--r-- | rasis.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ def generate_post_content(post_data: dict) -> str: post_data['headline'] = None game = "CHUNITHM (JPN)" tags = "#chunithm" + elif "CHUNITHM_INTL" in post_data["identifier"]: + post_data['headline'] = None + game = "CHUNITHM (International)" + tags = "#chunithm" elif "MAIMAIDX_JP" in post_data["identifier"]: post_data['headline'] = None game = "maimai DX (JPN)" |
