diff options
Diffstat (limited to 'community/rbdx.py')
| -rw-r--r-- | community/rbdx.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
