aboutsummaryrefslogtreecommitdiffstats
path: root/sega
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-13 20:34:23 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-13 20:34:23 -0700
commit67af04f41cb9b71c83b453d204ef9c9a2c579a20 (patch)
tree3259191bec1fed21e8533622b545f6908b827dc6 /sega
parent6b3e59ec25268b196e8ec77192a34910e4998c0c (diff)
fix chuni_jp image param to match format
Diffstat (limited to 'sega')
-rw-r--r--sega/chuni_jp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sega/chuni_jp.py b/sega/chuni_jp.py
index a45872d..20743ed 100644
--- a/sega/chuni_jp.py
+++ b/sega/chuni_jp.py
@@ -53,7 +53,7 @@ def parse_chuni_jp_verse_news_site(html: str):
if img_tag:
images["image"] = img_tag.get("src")
images["link"] = news_url
- news_dict["images"] = images
+ news_dict["images"] = [images]
news_dict["identifier"] = "CHUNITHM_JP_VERSE"
news_entries.append(news_dict)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage