def runReactor(self): from twisted.internet import reactor reactor.callWhenRunning(self.whenRunning) self.log.info("Starting reactor...") reactor.run()