mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:19:25 +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