From 7c1bac64c9fe798fb2bb46811a55d3e8454b5079 Mon Sep 17 00:00:00 2001 From: passthem Date: Mon, 13 Oct 2025 17:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=20log=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E6=B2=A1=E6=9C=89=E7=A9=BA=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- konabot/plugins/simple_notify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konabot/plugins/simple_notify/__init__.py b/konabot/plugins/simple_notify/__init__.py index cb00a32..94215b2 100644 --- a/konabot/plugins/simple_notify/__init__.py +++ b/konabot/plugins/simple_notify/__init__.py @@ -115,7 +115,7 @@ def create_notify_task(notify: Notify, fail2remove: bool = True): else: logger.warning( f"期望在 {notify.notify_time} 在平台 {notify.platform} {notify.target_env}" - f"{notify.target} 的代办通知 {notify.notify_msg} 已经超时,将会直接通知!" + f" {notify.target} 的代办通知 {notify.notify_msg} 已经超时,将会直接通知!" ) res = await notify_now(notify) if fail2remove or res: