forked from mttu-developers/konabot
修复在 log 文件中没有空格的问题
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user