Exemple #1
0
 def run(self):
     u"""実行を開始する."""
     self.client.start()
     self.server.serve_forever()
     PluginApplication.run(self)
Exemple #2
0
 def run(self):
     u"""実行を開始する."""
     self.monitor.start()
     PluginApplication.run(self)