mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 13:38:13 +08:00
Fix: Re-entering map
This commit is contained in:
@@ -47,7 +47,10 @@ class EnemySearchingHandler(InfoHandler):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# campaign_extract_name_image in CampaignOcr.
|
# 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 False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user