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