소스 검색

Merge branch 'master' of http://1.94.225.168:6602/pcacc/yys_auto

pcacc 4 달 전
부모
커밋
4848d1d5f6
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      dongri_task.py

+ 1 - 4
dongri_task.py

@@ -841,10 +841,7 @@ class task_information(dongri_task):
         hero_arr = [information_img.hero0, information_img.hero1, information_img.hero2]
         camp_arr = [information_img.camp1, information_img.camp2]
         wolf_arr = [information_img.wolf0, information_img.wolf1, information_img.wolf2]
-        total_arr = []
-        total_arr.append(hero_arr)
-        total_arr.append(camp_arr)
-        total_arr.append(wolf_arr)
+        total_arr = hero_arr + camp_arr + wolf_arr
         
         if waitFindImg_withBool(total_arr, 2, 1) == False:
             return False