aboutsummaryrefslogtreecommitdiffstats
path: root/community/wacca_plus
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-25 00:17:01 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-25 00:17:01 -0700
commit4b0998b4afa48f9e2968b1bb76ef42bc6a94e1b6 (patch)
tree9b9c99ad7458f1e79dfcac0ddc9a8ca6fc483495 /community/wacca_plus
parent5344e17f9c626b1f0464e8c90c6269b2c0587c74 (diff)
add is_ai_summary key to all new_data
Diffstat (limited to 'community/wacca_plus')
-rw-r--r--community/wacca_plus/wacca_plus.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/wacca_plus/wacca_plus.py b/community/wacca_plus/wacca_plus.py
index 944b0b9..d5e0aa4 100644
--- a/community/wacca_plus/wacca_plus.py
+++ b/community/wacca_plus/wacca_plus.py
@@ -125,7 +125,8 @@ def parse_announcement_messages(message_json: dict):
"content": "NEW INFORMATION FROM WACCA PLUS / WACCA PLUS の最新情報",
"headline": None,
"url": None,
- "images": filtered_images
+ "images": filtered_images,
+ 'is_ai_summary': False
})
_save_cache(cache)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage