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",\