def run(self, send_events=False): self.pre_start_check() instance = ServerInstance(self) instance.run(send_events=send_events)
def run(self, send_events=False): instance = ServerInstance(self) instance.run(send_events=send_events)