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

Opt: Remove meaningless sleep from stone age

This commit is contained in:
LmeSzinc
2024-04-20 02:50:12 +08:00
parent 89aa1ad7dc
commit d512c4dadf
2 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,8 @@ class Camera(MapOperation):
vector = distance * vector
vector = -vector
self.device.swipe_vector(vector, name=name, box=box, whitelist_area=whitelist, blacklist_area=blacklist)
self.device.sleep(0.3)
# Donno why initial commit have a sleep here
# self.device.sleep(0.3)
self.update()
return True
else: