diff --git a/EchoBot.py b/EchoBot.py index 2b2032b..0b306dc 100644 --- a/EchoBot.py +++ b/EchoBot.py @@ -120,7 +120,7 @@ def LXMDelivery(lxm): local_lxmf_destination = lxm_router.register_delivery_identity(ID,display_name=namestring) # Print hash to terminal -print(RNS.prettyhexrep(ID.hash)) +print(RNS.prettyhexrep(local_lxmf_destination.hash)) # Main Loop Definition