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