From 3ac650e960d59b3faef164b5392d571050a24dc7 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Sun, 28 Jul 2024 16:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E5=B9=B2=E5=91=98?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arknights_mower/solvers/auto_fight.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/arknights_mower/solvers/auto_fight.py b/arknights_mower/solvers/auto_fight.py index 3d6568fe..a64ba273 100644 --- a/arknights_mower/solvers/auto_fight.py +++ b/arknights_mower/solvers/auto_fight.py @@ -241,8 +241,6 @@ def deploy(self): else: dir = (0, 200) dir = va(pos, dir) - self.device.tap(start) - sleep(0.1) self.device.swipe_ext([start, top, pos], [100, 500], up_wait=400) sleep(0.1) self.device.swipe_ext([pos, dir], [200])