aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/rbdx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rbdx.py b/community/rbdx.py
index 4e91991..aab1ba2 100644
--- a/community/rbdx.py
+++ b/community/rbdx.py
@@ -24,6 +24,6 @@ def get_carousel_posts(html: str):
"url": None,
"headline": None,
"content": "[お知らせ] ANNOUNCEMENT FROM REFLECT BEAT DELUXE PLUS",
- "images": [urljoin(base_url, img_tag['src'])]
+ "images": [{"image": urljoin(base_url, img_tag['src']), "link": None}]
})
return news_posts
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage