From 574c104ef0aff2cac9033565f3ab56763380f282 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Sat, 26 Apr 2025 21:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/PFC/chat_states.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/PFC/chat_states.py b/src/plugins/PFC/chat_states.py index dc7b728b0..1f8ee15fb 100644 --- a/src/plugins/PFC/chat_states.py +++ b/src/plugins/PFC/chat_states.py @@ -98,7 +98,7 @@ class NotificationManager: notification_type: 要处理的通知类型 handler: 处理器实例 """ - print(1145145511114445551111444) + # print(1145145511114445551111444) if target not in self._handlers: # print("没11有target") self._handlers[target] = {} @@ -146,9 +146,9 @@ class NotificationManager: if target in self._handlers: handlers = self._handlers[target].get(notification.type, []) # print(1111111) - print(handlers) + # print(handlers) for handler in handlers: - print(f"调用处理器: {handler}") + # print(f"调用处理器: {handler}") await handler.handle_notification(notification) def get_active_states(self) -> Set[NotificationType]: