mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
Fix: Wrong event run folder
This commit is contained in:
parent
1064ca7dd7
commit
80951f864f
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):
|
||||
|
Loading…
Reference in New Issue
Block a user