1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 01:45:25 +08:00

Fix: Remain count in meowfficer reward

This commit is contained in:
LmeSzinc
2020-09-28 16:15:43 +08:00
parent b638aa8959
commit 24f3dfe489

View File

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