mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 15:13:45 +08:00
Fix: Wrong event run folder
This commit is contained in:
2
alas.py
2
alas.py
@@ -114,7 +114,7 @@ class AzurLaneAutoScript:
|
||||
"""
|
||||
from module.campaign.run import CampaignRun
|
||||
az = CampaignRun(self.config, device=self.device)
|
||||
az.run(self.config.CAMPAIGN_EVENT)
|
||||
az.run(self.config.CAMPAIGN_EVENT, folder=self.config.EVENT_NAME)
|
||||
self.reward_when_finished()
|
||||
|
||||
def event_daily_ab(self):
|
||||
|
||||
Reference in New Issue
Block a user