From 991039fc8d72663b344a33431aa9b2225c003aa6 Mon Sep 17 00:00:00 2001 From: ReaJason <1587047405@qq.com> Date: Wed, 31 Mar 2021 15:36:10 +0800 Subject: [PATCH] null --- api/healthy2_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/healthy2_check.py b/api/healthy2_check.py index d5685a62..bd57d09d 100644 --- a/api/healthy2_check.py +++ b/api/healthy2_check.py @@ -69,7 +69,7 @@ def healthy2_check_in(token, custom_id, post_dict): "collegeId": post_dict["collegeId"], "majorId": post_dict["majorId"], "classId": post_dict["classId"], - "classDescribe": post_dict["classDescribeAll"], + "classDescribe": post_dict["classDescribe"], "temperature": post_dict["temperature"], "confirmed": post_dict["confirmed"], "isolated": post_dict["isolated"],