From e2105e1fa365416bde0a9b59fff02f9b06547e3b Mon Sep 17 00:00:00 2001 From: Nestpebble Date: Mon, 16 Sep 2024 11:46:21 +0100 Subject: [PATCH] zdzsdf --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index b9592d2..73e5400 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -94,7 +94,7 @@ def handle_motd(message, message_from_id): MOTD = motd.rstrip() return "MOTD Set to: " + MOTD elif "$" in message and str(bbs_admin_list).strip(): - logger.debug(f"System: node tried to change MOTD: " + {message_from_id} + f", admin list is: " + {bbs_admin_list}) + logger.debug(f"System: node tried to change MOTD: " + str({message_from_id}) + f", admin list is: " + str({bbs_admin_list})) return "I can't do that for you" else: return MOTD