mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 07:03:43 +08:00
Fix: Disable task balancer before it is being fixed
This commit is contained in:
@@ -136,6 +136,8 @@ class CampaignEvent(CampaignStatus):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def handle_task_balancer(self):
|
def handle_task_balancer(self):
|
||||||
|
return
|
||||||
|
|
||||||
if self.config.TaskBalancer_Enable and self.triggered_task_balancer():
|
if self.config.TaskBalancer_Enable and self.triggered_task_balancer():
|
||||||
self.config.task_delay(minute=5)
|
self.config.task_delay(minute=5)
|
||||||
next_task = self.config.TaskBalancer_TaskCall
|
next_task = self.config.TaskBalancer_TaskCall
|
||||||
|
|||||||
Reference in New Issue
Block a user