1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Refactor: No bored sleep in Scroll

This commit is contained in:
LmeSzinc
2023-01-13 21:26:15 +08:00
parent c5b1d75009
commit 752ab062aa
2 changed files with 11 additions and 6 deletions

View File

@@ -181,5 +181,4 @@ class Navbar:
if interval.reached():
main.device.click(self.grids.buttons[index])
main.device.sleep((0.1, 0.2))
interval.reset()