mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 00:28:52 +08:00
Fix: Remain count in meowfficer reward
This commit is contained in:
@@ -24,7 +24,7 @@ class RewardMeowfficer(UI):
|
|||||||
Returns:
|
Returns:
|
||||||
bool: If success.
|
bool: If success.
|
||||||
"""
|
"""
|
||||||
_, remain, _ = MEOWFFICER.ocr(self.device.image)
|
remain, _, _ = MEOWFFICER.ocr(self.device.image)
|
||||||
logger.attr('Meowfficer_remain', remain)
|
logger.attr('Meowfficer_remain', remain)
|
||||||
|
|
||||||
# Check buy status
|
# Check buy status
|
||||||
|
|||||||
Reference in New Issue
Block a user