agent naming fix, now human readable
This commit is contained in:
parent
50438558d4
commit
eb5b4ce839
|
|
@ -80,7 +80,7 @@ def _cmd_register(args: argparse.Namespace) -> int:
|
|||
cfg.tx_allowed_freq_ranges = [[float(lo), float(hi)] for lo, hi in freq_ranges]
|
||||
path = _config.save(cfg)
|
||||
|
||||
print(f"Registered agent: {agent_id}")
|
||||
print(f"Registered agent: ({name})")
|
||||
if cfg.tx_enabled:
|
||||
caps: list[str] = []
|
||||
if cfg.tx_max_gain_db is not None:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user