Beremiz.py
changeset 1595 b3cc68dd037d
parent 1582 dee51e22a9aa
child 1600 481a71c864d4
equal deleted inserted replaced
1594:049b7144a710 1595:b3cc68dd037d
   572                     Bpath("Beremiz_service.py"),
   572                     Bpath("Beremiz_service.py"),
   573                     self.runtime_port,
   573                     self.runtime_port,
   574                     {False : "-x 0", True :"-x 1"}[taskbaricon],
   574                     {False : "-x 0", True :"-x 1"}[taskbaricon],
   575                     self.local_runtime_tmpdir),
   575                     self.local_runtime_tmpdir),
   576                 no_gui=False,
   576                 no_gui=False,
   577                 timeout=500, keyword = "working",
   577                 timeout=500, keyword = self.local_runtime_tmpdir,
   578                 cwd = self.local_runtime_tmpdir)
   578                 cwd = self.local_runtime_tmpdir)
   579             self.local_runtime.spin()
   579             self.local_runtime.spin()
   580         return self.runtime_port
   580         return self.runtime_port
   581 
   581 
   582     def KillLocalRuntime(self):
   582     def KillLocalRuntime(self):