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: