From 98f42577dc0e368b7e1ed12f50a6a153961fc043 Mon Sep 17 00:00:00 2001 From: Esko Dijk Date: Mon, 7 Oct 2024 23:15:29 +0200 Subject: [PATCH] make-pretty --- pylibs/case_studies/large_diagnostics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylibs/case_studies/large_diagnostics.py b/pylibs/case_studies/large_diagnostics.py index bd1d2c72..bddaadb5 100755 --- a/pylibs/case_studies/large_diagnostics.py +++ b/pylibs/case_studies/large_diagnostics.py @@ -38,7 +38,7 @@ def main(): - ns = OTNS(otns_args=['-seed','53673']) + ns = OTNS(otns_args=['-seed', '53673']) ns.loglevel = 'info' #ns.watch_default('debug') ns.cmd("radioparam ShadowFadingSigmaDb 0.0") @@ -48,7 +48,7 @@ def main(): n1 = ns.add("router", x=450, y=150) n2 = ns.add("br", x=600, y=300) # add n2 to an IPv6 mcast group - trick to receive diagnostic query message. - ns.node_cmd(n2,"ipmaddr add ff02::d1a9") + ns.node_cmd(n2, "ipmaddr add ff02::d1a9") ns.go(10) ns.add("med", x=400, y=300)