From 4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 25 Apr 2025 00:17:01 -0700 Subject: add is_ai_summary key to all new_data --- sega/chuni_jp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sega/chuni_jp.py') diff --git a/sega/chuni_jp.py b/sega/chuni_jp.py index 1feafc1..b69abec 100644 --- a/sega/chuni_jp.py +++ b/sega/chuni_jp.py @@ -63,6 +63,7 @@ def make_chuni_jp_parser(identifier: str, parser: ParserVersion): images["link"] = news_url news_dict["images"] = [images] news_dict["identifier"] = identifier + news_dict["is_ai_summary"] = False news_entries.append(news_dict) -- cgit v1.2.3