diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-13 20:34:23 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-13 20:34:23 -0700 |
| commit | 67af04f41cb9b71c83b453d204ef9c9a2c579a20 (patch) | |
| tree | 3259191bec1fed21e8533622b545f6908b827dc6 /sega | |
| parent | 6b3e59ec25268b196e8ec77192a34910e4998c0c (diff) | |
fix chuni_jp image param to match format
Diffstat (limited to 'sega')
| -rw-r--r-- | sega/chuni_jp.py | 2 |
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) |
