daemon: moved node cmd to base, allowing interface config to not need a node parameter
This commit is contained in:
parent
cd7f1a641e
commit
7b16f9cb74
6 changed files with 32 additions and 35 deletions
|
@ -322,8 +322,7 @@ class BasicRangeModel(WirelessModel):
|
|||
jitter=self.jitter,
|
||||
)
|
||||
iface.options.update(options)
|
||||
if isinstance(iface.node, CoreNode):
|
||||
iface.set_config(iface.node)
|
||||
iface.set_config()
|
||||
|
||||
def get_position(self, iface: CoreInterface) -> Tuple[float, float, float]:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue