From 44e6460224716fb8802444d0c9da76e4b998632f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 28 Nov 2024 15:28:58 -0800 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 dca7e93..8fcec51 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -120,7 +120,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann if "ping" in message.lower(): msg = "🏓PONG\n" - type = "🏓PING\n" + type = "🏓PING" elif "test" in message.lower() or "testing" in message.lower(): msg = random.choice(["🎙Testing 1,2,3\n", "🎙Testing\n",\ "🎙Testing, testing\n",\