From 84cefa1be864ecf63c0243c382d134fb96f3fb60 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 22 Sep 2024 18:28:54 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 557067a..a650870 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -510,8 +510,6 @@ def handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus): msg += f"I see the signal strength is {rssi} and the SNR is {snr} with hop count of {hop} \n" if pkiStatus[0]: msg += f"Your PKI bit is {pkiStatus[0]} pubKey: {pkiStatus[1]}" - else: - msg += f"Your PKI bit is {pkiStatus[0]}" loc = get_node_location(message_from_id, deviceID) if loc != [latitudeValue,longitudeValue]: