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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user