From f02eb2053df4741ab6e62f4e1e77870b3ea70bc1 Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 17 Jul 2023 15:24:00 +0200 Subject: [PATCH] syntax --- cowmesh_router_iperf_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowmesh_router_iperf_test.py b/cowmesh_router_iperf_test.py index 81674d8..00a88b5 100644 --- a/cowmesh_router_iperf_test.py +++ b/cowmesh_router_iperf_test.py @@ -117,7 +117,7 @@ class CowmeshRouterIperfTester: # destination nodes includes all routers plus an additional node in bangalore # to test the connection the public internet - destination_nodes = NODES + "bangalore" + destination_nodes = NODES + ["bangalore"] for node_a in NODES: for node_b in destination_nodes: