aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
Diffstat (limited to 'rasis.py')
-rw-r--r--rasis.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rasis.py b/rasis.py
index 8e13963..f115d77 100644
--- a/rasis.py
+++ b/rasis.py
@@ -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)"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage