From 84e7d0a470aead61bd72928d4d590b2dfa68ea98 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 03:58:55 -0700 Subject: remove headline on sega games (duplicate info) --- rasis.py | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3