From 141c7a30471639d398c437c72270d4decb32e4e4 Mon Sep 17 00:00:00 2001 From: yuxian Date: Wed, 23 Mar 2022 18:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8A=E6=B8=B8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 91aa37c..60d6446 100644 --- a/utils.py +++ b/utils.py @@ -173,7 +173,7 @@ class check(object): print(f"获取到的账号信息为:{value}\n") num += 1 try: - result = func(value=value) + '/n' + result = func(value=value) + '\n' print(f"执行结果:\n{result}") Push_message += result except IndexError: