Skip to content

Commit 38d0a42

Browse files
authored
Update z_ping.py (#510)
argument --no-multicast-scouting is already declared in common.py config arguments
1 parent f9e91e7 commit 38d0a42

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/z_ping.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ def main(conf: zenoh.Config, payload_size: int, warmup: int, samples: int):
7979
type=int,
8080
help="Sets the size of the payload to publish.",
8181
)
82-
parser.add_argument(
83-
"--no-multicast-scouting",
84-
dest="no_multicast_scouting",
85-
default=False,
86-
action="store_true",
87-
help="Disable multicast scouting.",
88-
)
8982

9083
args = parser.parse_args()
9184
conf = common.get_config_from_args(args)

0 commit comments

Comments
 (0)