From e0d85a65f91f41263c3a196f2e8529f8d03479f3 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:56:03 +0100 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 40076cf..f89e3ad 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -85,9 +85,10 @@ def handle_motd(message, message_from_id): motd = message.split("$")[1] MOTD = motd.rstrip() return "MOTD Set to: " + MOTD + logger.debug(f"System: node changed MOTD: " {message_from_id}) elif "$" in message: return "I can't do that for you" - logger.debug(f"System: {message_from_id} tried to change MOTD") + logger.debug(f"System: node tried to change MOTD: " {message_from_id}) else: return MOTD