mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
Added contact based dest
This commit is contained in:
@@ -38,7 +38,7 @@ async def main():
|
||||
# Send the message and get the MSG_SENT event
|
||||
print(f"Sending message: '{args.message}'")
|
||||
send_result = await mc.commands.send_msg(
|
||||
bytes.fromhex(contact["public_key"])[0:6],
|
||||
contact,
|
||||
args.message
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user