@@ -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