1
0
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:
YoursFunny 2023-11-16 20:31:07 +08:00
parent e82c4f875c
commit 9b17f1948a
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

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