def __start(self): log.info("Starting Monast Services...") for servername in self.servers: reactor.callWhenRunning(self.connect, servername)