From 40dde7e84db39f07c6449829b805ed82cf66ed8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A2=8E=E5=BF=B5=5FNian?= Date: Sun, 4 Feb 2024 14:28:41 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fa869bb..431a6e6 100644 --- a/main.py +++ b/main.py @@ -224,7 +224,7 @@ if run_count == 1: else: print(first_run_text) first_run_text_response_text = send_message( - token, "你的程序运行成功", f"{first_run_text}{workflow_info}" + token, "你的程序运行成功", f"{first_run_text}\n{workflow_info}" ) # 解析 JSON 数据