Ver código fonte

!2 cure will click 2 times

pcacc 4 meses atrás
pai
commit
1f20669e48
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dongri_task.py

+ 1 - 1
dongri_task.py

@@ -956,7 +956,7 @@ class task_cure(dongri_task):
             if waitClickImg_noWait_withBool(check_img.help4, 2, 1) == False:
                 return False
         else:
-            maxTryTimes = 50
+            maxTryTimes = 50 * 2
             while waitClickImg_noWait_withBool((check_img.cure, check_img.help4), 30, 0.2) and maxTryTimes >= 0:
                 maxTryTimes -= 1
                 continue