mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 13:07:33 +08:00
Fix: Campaign name is case sensitive
This commit is contained in:
parent
069e29226c
commit
4b7733c68e
@ -135,6 +135,7 @@ class CampaignRun(UI):
|
||||
Returns:
|
||||
str, str: name, folder
|
||||
"""
|
||||
name = name.lower()
|
||||
if name[0].isdigit():
|
||||
name = 'campaign_' + name.lower().replace('-', '_')
|
||||
if folder == 'event_20201126_cn' and name == 'vsp':
|
||||
|
Loading…
Reference in New Issue
Block a user