diff options
| -rw-r--r-- | community/rbdx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rbdx.py b/community/rbdx.py index d5044e0..4e91991 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": [urljoin(base_url, img_tag['src'])] }) return news_posts |
