From 575dd08b74b88d38b69d20db1acaaafd59417740 Mon Sep 17 00:00:00 2001 From: Nestpebble Date: Mon, 16 Sep 2024 10:20:25 +0100 Subject: [PATCH] strings --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index a184bb1..ca460fc 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -318,7 +318,7 @@ def handle_testing(message, hop, snr, rssi): return "🎙Testing 1,2,3 " + hop def handle_whoami(message_from_id, deviceID, channel_number): - return "You are " + message_from_id + " on " + channel_number + "being received by " + deviceID + return "You are " + str(message_from_id) + " on " + str(channel_number) + "being received by " + str(deviceID) def onDisconnect(interface): global retry_int1, retry_int2