mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 22:40:09 +08:00
Fix: Typo in _storage_item_use() retry causing infinite retries
This commit is contained in:
@@ -69,7 +69,7 @@ class StorageHandler(GlobeOperation, ZoneManager):
|
|||||||
continue
|
continue
|
||||||
if self.appear(GET_ADAPTABILITY, offset=5, interval=2):
|
if self.appear(GET_ADAPTABILITY, offset=5, interval=2):
|
||||||
self.device.click(CLICK_SAFE_AREA)
|
self.device.click(CLICK_SAFE_AREA)
|
||||||
sample_used = True
|
success = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
|
|||||||
Reference in New Issue
Block a user