mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Typo in _campaign_get_chapter_index
This commit is contained in:
parent
679599f24b
commit
71b67506e2
@ -30,7 +30,7 @@ class CampaignOcr(ModuleBase):
|
||||
return int(name)
|
||||
elif name in ['a', 'c', 'as', 'cs', 'sp', 'ex_sp']:
|
||||
return 1
|
||||
elif name in ['b', 'd', 'bs', 'cs', 'ex_ex']:
|
||||
elif name in ['b', 'd', 'bs', 'ds', 'ex_ex']:
|
||||
return 2
|
||||
else:
|
||||
raise CampaignNameError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user