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

Fix: Clicking on equipment 'disassemble' button too fast (#2162)

* Fix: Clicking on equipment 'disassemble' button too fast

* Opt: Replacing sleep() with appear()
This commit is contained in:
Alexan-ded
2023-01-28 09:35:46 +03:00
committed by GitHub
parent a6107a8a20
commit c047dcf20b

View File

@@ -116,6 +116,7 @@ class StorageUI(UI):
out: page_storage, disassemble, DISASSEMBLE_CANCEL
"""
logger.info('storage enter disassemble')
self.appear(STORAGE_CHECK, interval=3)
while 1:
if skip_first_screenshot:
skip_first_screenshot = False