Fix: Wrong event run folder

This commit is contained in:
LmeSzinc 2020-06-16 20:49:29 +08:00
parent 1064ca7dd7
commit 80951f864f

View File

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