From 8f78b6ae3b855e36c14f5d2ceeffce5deb4d3057 Mon Sep 17 00:00:00 2001 From: yuxian Date: Wed, 23 Mar 2022 18:05:55 +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 60d6446..50b3abe 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\n' print(f"执行结果:\n{result}") Push_message += result except IndexError: