mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Re-entering map
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user