mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
invalid char
This commit is contained in:
parent
bcee36abe0
commit
ee0b302d2e
1 changed files with 2 additions and 2 deletions
4
mccli.py
4
mccli.py
|
|
@ -630,11 +630,11 @@ async def next_cmd(mc, cmds):
|
|||
argnum = 1
|
||||
await mc.ensure_contacts()
|
||||
print(await mc.share_contact(bytes.fromhex(mc.contacts[cmds[1]]["public_key"])))
|
||||
case "export_contact" | "ec":
|
||||
case "export_contact"|"ec":
|
||||
argnum = 1
|
||||
await mc.ensure_contacts()
|
||||
print(await mc.export_contact(bytes.fromhex(mc.contacts[cmds[1]]["public_key"])))
|
||||
case "export_myself" | "e":
|
||||
case "export_myself"|"e":
|
||||
print(await mc.export_contact())
|
||||
case "remove_contact" :
|
||||
argnum = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue