mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +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
|
||||
|
||||
def handle_task_balancer(self):
|
||||
return
|
||||
|
||||
if self.config.TaskBalancer_Enable and self.triggered_task_balancer():
|
||||
self.config.task_delay(minute=5)
|
||||
next_task = self.config.TaskBalancer_TaskCall
|
||||
|
||||
Reference in New Issue
Block a user