updated and fixed formatting with proper version of python black
This commit is contained in:
parent
a80796ac72
commit
db89fbf066
9 changed files with 49 additions and 41 deletions
|
@ -41,10 +41,7 @@ n2 = session.add_node(CoreNode, position=position, options=options)
|
|||
session.emane.set_config(
|
||||
emane.id,
|
||||
EmaneIeee80211abgModel.name,
|
||||
{
|
||||
"unicastrate": "3",
|
||||
"eventservicettl": "2"
|
||||
},
|
||||
{"unicastrate": "3", "eventservicettl": "2"},
|
||||
)
|
||||
|
||||
# link nodes to emane
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue