mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
fix
This commit is contained in:
parent
b4cc15cc69
commit
d46da1f445
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ Some cmds have an help accessible with ?<cmd>. Do ?[Tab] to get a list.
|
||||||
dest_scope = contact_name.split("%")[-1]
|
dest_scope = contact_name.split("%")[-1]
|
||||||
contact_name = contact_name[:-len(dest_scope)-1]
|
contact_name = contact_name[:-len(dest_scope)-1]
|
||||||
await set_scope (mc, dest_scope)
|
await set_scope (mc, dest_scope)
|
||||||
tct = mc.get_contact_from_arg(mc, contact_name)
|
tct = await get_contact_from_arg(mc, contact_name)
|
||||||
if tct is None:
|
if tct is None:
|
||||||
print(f"{contact_name} is not a contact")
|
print(f"{contact_name} is not a contact")
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue