Beremiz.py
changeset 271 ea7928fd07da
parent 268 66843376a982
child 290 3bd617ae7a05
--- a/Beremiz.py	Thu Nov 20 12:57:24 2008 +0100
+++ b/Beremiz.py	Mon Nov 24 08:57:43 2008 +0100
@@ -423,7 +423,7 @@
         self.runtime_port = int(random.random() * 1000) + 61131
         # launch local runtime
         self.local_runtime = ProcessLogger(self.Log,
-                                           "\"%s\" \"%s\" -p %s -i localhost %s"%(sys.executable,
+                                           "\"%s\" \"%s\" -p %s -i localhost -x 0 %s"%(sys.executable,
                                                        Bpath("Beremiz_service.py"),
                                                        self.runtime_port,
                                                        self.local_runtime_tmpdir),