From 7b5ae11e469c762ed8145cf74bd1c67d9002c52b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 22 Apr 2025 01:36:50 -0700 Subject: frontend: add wac_plus --- community/wacca_plus/wacca_plus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/wacca_plus/wacca_plus.py b/community/wacca_plus/wacca_plus.py index 023a7ae..cae3cc5 100644 --- a/community/wacca_plus/wacca_plus.py +++ b/community/wacca_plus/wacca_plus.py @@ -120,7 +120,7 @@ def parse_announcement_messages(message_json: dict): news_posts.append({ "date": date, "identifier": "WACCA_PLUS", - "type": type, + "type": type.upper(), "timestamp": unix_time, "content": "NEW INFORMATION FROM WACCA+ / WACCA+ の最新情報", "headline": None, -- cgit v1.2.3