1
0
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:
LmeSzinc
2023-03-02 20:29:33 +08:00
parent de1785ab91
commit 02bf27c2e1

View File

@@ -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