From b6084822200223a8120a4b5ed9dc4b00a03b9c18 Mon Sep 17 00:00:00 2001 From: Nestpebble Date: Thu, 26 Sep 2024 21:05:11 +0100 Subject: [PATCH] typo --- mesh_bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 1d37d52..c642c1c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -59,9 +59,8 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n "moon": lambda: handle_moon(message_from_id, deviceID, channel_number), "ack": lambda: handle_ping(message, hop, snr, rssi, isDM), "testing": lambda: handle_ping(message, hop, snr, rssi, isDM), - "test": lambda: - .(message, hop, snr, rssi, isDM), - "whoami": lambda: handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus) + "test": lambda: handle_ping(message, hop, snr, rssi, isDM), + "whoami": lambda: handle_whoami(message_from_id, deviceID, hop, snr, rssi, pkiStatus), } # set the command handler