mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
Fix: Raid task non-stop loop for ex mode, use task name to differentiate Raid vs RaidDaily
This commit is contained in:
parent
e88ae341f1
commit
eafdf734cc
@ -100,6 +100,9 @@ class RaidRun(Raid, CampaignEvent):
|
||||
if not self.get_remain(mode):
|
||||
logger.info('Triggered stop condition: Zero '
|
||||
'raid tickets to do EX mode')
|
||||
if self.config.task.command == 'Raid':
|
||||
self.config.StopCondition_RunCount = 0
|
||||
self.config.Scheduler_Enable = False
|
||||
break
|
||||
|
||||
# Run
|
||||
|
||||
Loading…
Reference in New Issue
Block a user