Pārlūkot izejas kodu

tongce: 更新

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 gadi atpakaļ
vecāks
revīzija
818f27798b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tongce.py

+ 1 - 1
tongce.py

@@ -566,7 +566,7 @@ class TongCe:
             if answer[0] == city and answer[3] == age and answer[4] == zhifuli and answer[5] == juzhujiegou:
                 # 子题id, 子题题目,子选项id,子选项题目
                 if answer[8] is not None and answer[9] is not None and answer[12] is not None and answer[13]:
-                    result.append([answer[8], answer[9], answer[12], answer[13]])
+                    result.append([answer[8], answer[9], answer[10], answer[11]])
         return result
 
     def get_testcase_ids_by_house_name(self, house_name):