From d5eb12cc4e7b7129b570483ffe6a577692399e10 Mon Sep 17 00:00:00 2001 From: EkkoG Date: Mon, 11 Dec 2023 17:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E5=88=B0=20Telegr?= =?UTF-8?q?am=20=E6=97=B6=E6=A0=BC=E5=BC=8F=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/transfer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/chain/transfer.py b/app/chain/transfer.py index cceefde2..d1a00163 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -259,8 +259,8 @@ class TransferChain(ChainBase): ) self.post_message(Notification( mtype=NotificationType.Manual, - title=f"{file_path.name} 未识别到媒体信息,无法入库!\n" - f"回复:```\n/redo {his.id} [tmdbid]|[类型]\n``` 手动识别转移。" + title=f"{file_path.name} 未识别到媒体信息,无法入库!", + text=f"回复:```\n/redo {his.id} [tmdbid]|[类型]\n``` 手动识别转移。" )) # 计数 processed_num += 1