|
@@ -215,7 +215,8 @@ def task_start_game():
|
|
|
subprocess.Popen(path1)
|
|
|
elif os.path.exists(path2):
|
|
|
subprocess.Popen(path2)
|
|
|
- if waitClickImg_withBool(gameStart_img.ico, 100, 20) == False:
|
|
|
+ waitClickImg_withBool(gameStart_img.not_upgrade, 20, 10)
|
|
|
+ if waitClickImg_withBool(gameStart_img.ico, 100, 0) == False:
|
|
|
return False
|
|
|
|
|
|
waitFindImg_withBool(place_img.gameIn, 10, 20)
|