From 67af04f41cb9b71c83b453d204ef9c9a2c579a20 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 13 Apr 2025 20:34:23 -0700 Subject: fix chuni_jp image param to match format --- sega/chuni_jp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sega') 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) -- cgit v1.2.3