From a2c9a2c28193381d929af875e35a440ab863bb15 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Tue, 22 Jul 2025 13:16:36 -0400 Subject: [PATCH] remove reference to custom router (missing?) --- examples/16_docker_network_python/config/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/16_docker_network_python/config/config.json b/examples/16_docker_network_python/config/config.json index 45f159a..0eaa755 100644 --- a/examples/16_docker_network_python/config/config.json +++ b/examples/16_docker_network_python/config/config.json @@ -233,11 +233,12 @@ // In this example, we want the server to start before the client, so we add a sleep command. "commands" : ["python3 -u client.py"] // By not specifying a outgoing_connections array, we allow ourselves to connect to all nodes on the network - }, + } + /*, { "container_name" : "router", "commands" : ["python3 -u custom_router.py"] - } + }*/ ], "dispatcher_actions" : [ {