|
@@ -279,7 +279,7 @@ def task_start_game(type=0):
|
|
|
if waitClickImg_withBool(check_img.auto_download, 10, 20) == True:
|
|
|
waitTime += 200
|
|
|
|
|
|
- waitFindImg_withBool(place_img.gameIn, waitTime, 50)
|
|
|
+ waitFindImg_withBool(place_img.gameIn, waitTime, 20)
|
|
|
basic_operate.go_town()
|
|
|
if waitFindImg_withBool(place_img.gameIn, waitTime, 20) == False:
|
|
|
return False
|