mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Find TEMPLATE_SIGNAL_CONFIRM in SOS chapter list
This commit is contained in:
parent
98c76297c3
commit
e3598de378
@ -56,7 +56,8 @@ class CampaignSos(CampaignRun, CampaignBase):
|
||||
"""
|
||||
signal_search_buttons = TEMPLATE_SIGNAL_SEARCH.match_multi(self.device.image)
|
||||
sos_goto_buttons = TEMPLATE_SIGNAL_GOTO.match_multi(self.device.image)
|
||||
all_buttons = sos_goto_buttons + signal_search_buttons
|
||||
sos_confirm_buttons = TEMPLATE_SIGNAL_CONFIRM.match_multi(self.device.image)
|
||||
all_buttons = sos_goto_buttons + signal_search_buttons + sos_confirm_buttons
|
||||
if not len(all_buttons):
|
||||
logger.info('No SOS chapter found')
|
||||
return None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user