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