From 1ec6cefc164fa70a9bc43cb7bba91a24e4584467 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 18 Aug 2024 01:26:53 -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 ae5de21..f1a8319 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -170,8 +170,6 @@ def handle_lheard(): bot_response += "Ch Use: " + str(chutil1) + "%" if interface2_enabled: bot_response += " P2:" + str(chutil2) + "%" - #packet count - bot_response += f"\nPackets: {packetCount} Encrypted: {encPacketCount}" return bot_response def handle_whereami(message_from_id, deviceID, channel_number):