1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-20 23:45:36 +08:00

Fix: Handle dock full when taking off equipments

- Opt: Remove sleep in dock filter set, just meaningless
This commit is contained in:
LmeSzinc
2022-08-31 14:12:13 +08:00
parent 34e72e7e51
commit 59b94395c9
4 changed files with 49 additions and 9 deletions

View File

@@ -123,7 +123,6 @@ class Dock(Equipment):
or self.image_color_count(button, color=(74, 117, 189), threshold=235, count=250)
if enable and not active:
self.device.click(button)
self.device.sleep((0.1, 0.2))
change_count += 1
# End