From caeaa2de4c0011b371d25ea1791117c9a2f8c777 Mon Sep 17 00:00:00 2001
From: EndrII <EndrIIMail@gmail.com>
Date: Fri, 19 Jun 2020 11:10:42 +0300
Subject: [PATCH] fix shedullers

---
 BuildBotLib/buildBotShedulers.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BuildBotLib/buildBotShedulers.py b/BuildBotLib/buildBotShedulers.py
index fe6787a..383d301 100644
--- a/BuildBotLib/buildBotShedulers.py
+++ b/BuildBotLib/buildBotShedulers.py
@@ -7,8 +7,8 @@ class BuildBotShedulers(BuildBotModule):
     codebases = {}
     shedulers = []
 
-    def __init__(self):
-        BuildBotModule.__init__(self)
+    def __init__(self, masterConf):
+        BuildBotModule.__init__(self, masterConf)
 
     def addScheduler(self, prop, worker):