1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00

Fix: filter_set_execute on slow PCs

This commit is contained in:
LmeSzinc 2022-09-04 23:30:53 +08:00
parent 45f1421083
commit f6848817b5
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class Dock(Equipment):
if enable and not active:
self.device.click(button)
change_count += 1
self.device.sleep((0.1, 0.2))
# End
if change_count == 0:

View File

@ -173,6 +173,7 @@ class StorageUI(UI):
if enable and not active:
self.device.click(button)
change_count += 1
self.device.sleep((0.1, 0.2))
# End
if change_count == 0: