mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 15:35:12 +00:00
perf(stage): adjust click interval
This commit is contained in:
parent
e82c4f875c
commit
9b17f1948a
@ -154,7 +154,7 @@ class StageList:
|
||||
sweepable: bool = True,
|
||||
offset: tuple[int, int] = (-20, -15),
|
||||
skip_first_screenshot: bool = True,
|
||||
interval: int = 5
|
||||
interval: int = 2
|
||||
) -> bool:
|
||||
if insight and not self.insight_index(index, main, skip_first_screenshot):
|
||||
return False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user