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):