From 02ffe0eb3af28794dd165c9cb48e56803eb18ca9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 9 Dec 2024 14:56:32 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mesh_bot.py b/mesh_bot.py index 622f43b..68c3a61 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -695,6 +695,9 @@ def handle_lheard(message, nodeid, deviceID, isDM): else: # trim the last \n bot_response = bot_response[:-1] + + # get count of nodes heard + bot_response += f"\n👀In Mesh: {len(seenNodes)}" # bot_response += getNodeTelemetry(deviceID) return bot_response