1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Fix: Typo in _campaign_get_chapter_index

This commit is contained in:
LmeSzinc
2021-03-28 18:00:57 +08:00
parent 679599f24b
commit 71b67506e2

View File

@@ -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