aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 03:58:55 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 03:58:55 -0700
commit84e7d0a470aead61bd72928d4d590b2dfa68ea98 (patch)
treec28d33c8f13de55cfdb8749474df934bfe558836 /rasis.py
parent065a6a821ba195a9a61d200b46b8a177023858f8 (diff)
remove headline on sega games (duplicate info)
Diffstat (limited to 'rasis.py')
-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