From fa5fd85b5d593dc96ea110757fdc80feb69f6138 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:12:17 +0100 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 206c231..a184bb1 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -317,7 +317,7 @@ def handle_testing(message, hop, snr, rssi): else: return "🎙Testing 1,2,3 " + hop -def handle_whoami(message_from_id, deviceID, channel_number) +def handle_whoami(message_from_id, deviceID, channel_number): return "You are " + message_from_id + " on " + channel_number + "being received by " + deviceID def onDisconnect(interface):