Beremiz.py
changeset 704 5993b16fe2d0
parent 703 2f7b3d1de278
child 705 a5977f64d4d9
--- a/Beremiz.py	Sun Mar 18 23:50:51 2012 +0100
+++ b/Beremiz.py	Wed Mar 28 21:08:31 2012 +0200
@@ -581,8 +581,9 @@
                                                            self.runtime_port,
                                                            {False : "-x 0", True :"-x 1"}[taskbaricon],
                                                            self.local_runtime_tmpdir),
-                                                           no_gui=False)
-            self.local_runtime.spin(timeout=500, keyword = "working", kill_it = False)
+                                                           no_gui=False,
+                                                           timeout=500, keyword = "working")
+            self.local_runtime.spin()
         return self.runtime_port
     
     def KillLocalRuntime(self):