1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 15:36:59 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-10-21 17:19:41 +00:00
15 changed files with 216 additions and 202 deletions

View File

@@ -50,7 +50,7 @@ class Control(Hermit, Minitouch, Scrcpy, MaaTouch, NemuIpc):
self.handle_control_check(button)
click_timer = Timer(0.1)
for _ in range(n):
remain = ensure_time(interval) - click_timer.current()
remain = ensure_time(interval) - click_timer.current_time()
if remain > 0:
self.sleep(remain)
click_timer.reset()