mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fis: Force to set MAP_IS_ONE_TIME_STAGE=False in daily SP
This commit is contained in:
@@ -12,6 +12,8 @@ class CampaignSP(CampaignRun):
|
||||
logger.info(f'This event do not have SP, skip')
|
||||
self.config.Scheduler_Enable = False
|
||||
self.config.task_stop()
|
||||
|
||||
self.config.temporary(MAP_IS_ONE_TIME_STAGE=False)
|
||||
try:
|
||||
super().run(name=self.config.Campaign_Name, folder=self.config.Campaign_Event, total=1)
|
||||
except TaskEnd:
|
||||
|
||||
Reference in New Issue
Block a user