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 --- konami/eamuse_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'konami') diff --git a/konami/eamuse_app.py b/konami/eamuse_app.py index b552477..d7a9b3a 100644 --- a/konami/eamuse_app.py +++ b/konami/eamuse_app.py @@ -44,7 +44,8 @@ def parse_news_page(html: str, identifier: str): "headline": None, "content": content, "url": url, - "images": images + "images": images, + 'is_ai_summary': False } entries.append(entry) -- cgit v1.2.3