mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Disable task balancer before it is being fixed
This commit is contained in:
parent
de1785ab91
commit
02bf27c2e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user