1
0
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:
LmeSzinc
2022-01-22 00:03:48 +08:00
parent fc48b88e03
commit 4ae9770098

View File

@@ -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