Update main.py

This commit is contained in:
碎念_Nian
2024-02-04 14:52:15 +08:00
committed by GitHub
Unverified
parent 4a61f87ed7
commit 41642d3600
+2 -1
View File
@@ -218,7 +218,8 @@ if run_count == 1:
print(f"旧成绩:{old_grade_content}") print(f"旧成绩:{old_grade_content}")
print("------") print("------")
else: else:
print(first_run_text) print(f"你的程序运行成功\n{first_run_text}")
# 推送信息 # 推送信息
first_run_text_response_text = send_message( first_run_text_response_text = send_message(
token, "你的程序运行成功", f"{first_run_text}\n{workflow_info}" token, "你的程序运行成功", f"{first_run_text}\n{workflow_info}"