aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2025-04-22 11:18:21 -0700
committerGitHub <noreply@github.com>2025-04-22 11:18:21 -0700
commit41d2753b38dd76c88b884081e02c808966594b49 (patch)
tree2d6aa65b6fe36fce012b5fa5ec5ba52d24b6936f /community
parent7a59c71c3b3f50784af49a26bbe56e3be618a65e (diff)
fix: rbdx images should be in list
Diffstat (limited to 'community')
-rw-r--r--community/rbdx.py2
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage