From 0654b13c13a8e05277e7127248edb6f0c0a5ef6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=9B?= Date: Sat, 24 Jul 2021 09:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checksendNotify.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checksendNotify.py b/checksendNotify.py index 00431dc..b383384 100644 --- a/checksendNotify.py +++ b/checksendNotify.py @@ -355,7 +355,8 @@ def send(title, content): :param content: :return: """ - content += f'{one()}\n\n\n开源免费By: https://gitee.com/zhangluo0104/check.git' + text = one() + content += text+'\n\n\n开源免费By: https://gitee.com/zhangluo0104/check.git' for i in notify_mode: if i == 'bark': if BARK: