diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-04-22 11:18:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 11:18:21 -0700 |
| commit | 41d2753b38dd76c88b884081e02c808966594b49 (patch) | |
| tree | 2d6aa65b6fe36fce012b5fa5ec5ba52d24b6936f /community | |
| parent | 7a59c71c3b3f50784af49a26bbe56e3be618a65e (diff) | |
fix: rbdx images should be in list
Diffstat (limited to 'community')
| -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 |
