mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
fix: updated regex for mission
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ class MissionUI(UI, AP):
|
||||
[self.click_with_interval(RIGHT, interval=1) for x in range(abs(current_area-num))]
|
||||
except:
|
||||
tries += 1
|
||||
if tries > 5:
|
||||
if tries > 3:
|
||||
return False
|
||||
|
||||
def select_mode(self, switch):
|
||||
|
||||
Reference in New Issue
Block a user