connectors/__init__.py
branchwxPython4
changeset 3501 fa291393aac7
parent 2537 eb4a4cc41914
child 3721 6365e33fb11f
--- a/connectors/__init__.py	Mon May 30 15:30:51 2022 +0200
+++ b/connectors/__init__.py	Mon Jun 13 18:05:12 2022 +0200
@@ -76,8 +76,7 @@
         # pyro connection to local runtime
         # started on demand, listening on random port
         scheme = "PYRO"
-        runtime_port = confnodesroot.AppFrame.StartLocalRuntime(
-            taskbaricon=True)
+        runtime_port = confnodesroot.StartLocalRuntime()
         uri = "PYROLOC://127.0.0.1:" + str(runtime_port)
 
     # commented code to enable for MDNS:// support