From 4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 25 Apr 2025 00:17:01 -0700 Subject: add is_ai_summary key to all new_data --- community/rbdx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/rbdx.py') diff --git a/community/rbdx.py b/community/rbdx.py index aab1ba2..e4b1f49 100644 --- a/community/rbdx.py +++ b/community/rbdx.py @@ -24,6 +24,7 @@ def get_carousel_posts(html: str): "url": None, "headline": None, "content": "[お知らせ] ANNOUNCEMENT FROM REFLECT BEAT DELUXE PLUS", - "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}] + "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}], + 'is_ai_summary': False }) return news_posts -- cgit v1.2.3