mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 03:08:15 +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:
parent
a6107a8a20
commit
c047dcf20b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user