修复在 log 文件中没有空格的问题

This commit is contained in:
2025-10-13 17:03:39 +08:00
parent e09fa13d0f
commit 7c1bac64c9

View File

@ -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: