fix shedullers

This commit is contained in:
Andrei Yankovich 2020-06-19 11:10:42 +03:00
parent bce92a37b2
commit caeaa2de4c

View File

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