mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 16:45:37 +08:00
Fix: _get_num in campaign_status
This commit is contained in:
@@ -98,7 +98,7 @@ class CampaignStatus(UI):
|
|||||||
color = get_color(self.device.image, OCR_OIL_CHECK.button)
|
color = get_color(self.device.image, OCR_OIL_CHECK.button)
|
||||||
if color_similar(color, OCR_OIL_CHECK.color):
|
if color_similar(color, OCR_OIL_CHECK.color):
|
||||||
# Original color
|
# Original color
|
||||||
if isinstance(OCR_COIN, Ocr):
|
if isinstance(_button, Ocr):
|
||||||
ocr = _button
|
ocr = _button
|
||||||
else:
|
else:
|
||||||
if server.server != 'jp':
|
if server.server != 'jp':
|
||||||
|
|||||||
Reference in New Issue
Block a user