|
@@ -276,9 +276,7 @@ def task_start_game(type=0):
|
|
|
if waitClickImg_withBool(gameStart_img.ico, 5, 1) == False:
|
|
|
return False
|
|
|
|
|
|
- waitFindImg_withBool(place_img.gameIn, 10, 20)
|
|
|
- basic_operate.go_town()
|
|
|
- waitFindImg_withBool(place_img.gameIn, 10, 20)
|
|
|
+ waitFindImg_withBool(place_img.gameIn, 10, 50)
|
|
|
basic_operate.go_town()
|
|
|
if waitFindImg_withBool(place_img.gameIn, 10, 20) == False:
|
|
|
return False
|