aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rasis.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rasis.py b/rasis.py
index b3a6e19..e680716 100644
--- a/rasis.py
+++ b/rasis.py
@@ -56,9 +56,11 @@ def generate_post_content(post_data: dict) -> str:
game = "SOUND VOLTEX"
tags = "#sdvx #soundvoltex #bemani"
elif "CHUNITHM" in post_data["identifier"]:
+ post_data['headline'] = None
game = "CHUNITHM (JPN)"
tags = "#chunithm"
elif "MAIMAIDX" in post_data["identifier"]:
+ post_data['headline'] = None
game = "maimai DX (JPN)"
tags = "#maimaidx"
content = f"📰 {game} - {post_data['date']}\n\n"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage