From c3a4ac781a33b53712a45a63e86284f2a82c20f4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 8 Oct 2024 20:41:32 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 930dad4..e05c537 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -746,7 +746,7 @@ def handle_moon(message_from_id, deviceID, channel_number): def handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus): loc = [] msg = "You are " + str(message_from_id) + " AKA " +\ - str(get_name_from_number(message_from_id, 'long', deviceID) + " AKA, " +\ + str(get_name_from_number(message_from_id, 'long', deviceID) + " AKA, " +\ str(get_name_from_number(message_from_id, 'short', deviceID)) + " AKA, " +\ str(decimal_to_hex(message_from_id)) + f"\n") msg += f"I see the signal strength is {rssi} and the SNR is {snr} with hop count of {hop}"