mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 13:44:19 +08:00
Fix: Raise exception in case name does not belong anywhere
indicating malformed timing of screen capture for OCR
This commit is contained in:
@@ -75,6 +75,8 @@ class CampaignBase(CampaignBase_):
|
||||
return 1
|
||||
elif name in ['b', 'd']:
|
||||
return 2
|
||||
else:
|
||||
raise CampaignNameError
|
||||
|
||||
def _campaign_ball_get(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user