소스 검색

tongce: 更新

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 년 전
부모
커밋
818f27798b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):