From beffe292802ddb831e0923e4ac990b87692637ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A2=8E=E5=BF=B5=5FNian?= Date: Sun, 4 Feb 2024 14:20:49 +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 7c28318..959d6ab 100644 --- a/main.py +++ b/main.py @@ -231,7 +231,7 @@ else: first_run_text_response_text = send_message(token, "你的程序运行成功", f"{first_run_text}{workflow_info}") # 解析 JSON 数据 - first_run_text_response_dict = json.loads(first_run_text) + first_run_text_response_dict = json.loads(first_run_text_response_text) # 删除 "data" 字段 if "data" in first_run_text_response_dict: