From 41642d360067e0cad07cc1fba39865295e6e6117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A2=8E=E5=BF=B5=5FNian?= Date: Sun, 4 Feb 2024 14:52:15 +0800 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 248b5f1..76b5ed5 100644 --- a/main.py +++ b/main.py @@ -218,7 +218,8 @@ if run_count == 1: print(f"旧成绩:{old_grade_content}") print("------") else: - print(first_run_text) + print(f"你的程序运行成功\n{first_run_text}") + # 推送信息 first_run_text_response_text = send_message( token, "你的程序运行成功", f"{first_run_text}\n{workflow_info}"