예제 #1
0
파일: server.py 프로젝트: aalsmile/pritunl
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
예제 #2
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
예제 #3
0
 def run(self, send_events=False):
     self.pre_start_check()
     instance = ServerInstance(self)
     instance.run(send_events=send_events)
예제 #4
0
 def run(self, send_events=False):
     instance = ServerInstance(self)
     instance.run(send_events=send_events)