mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Re-entering map
This commit is contained in:
parent
9e933bc1c2
commit
a9fbeed5a0
@ -47,7 +47,10 @@ class EnemySearchingHandler(InfoHandler):
|
||||
return False
|
||||
|
||||
# campaign_extract_name_image in CampaignOcr.
|
||||
if not len(self.campaign_extract_name_image(self.device.image)):
|
||||
try:
|
||||
if not len(self.campaign_extract_name_image(self.device.image)):
|
||||
return False
|
||||
except IndexError:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user