From 5d2f7dbe8aeeccba21acb65b2ee483d2a696a93d Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:13:10 +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 fdae5c4..383cd06 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -79,7 +79,7 @@ def handle_ping(message, hop, snr, rssi): else: return "🏓PONG, " + hop -def handle_motd(message, deviceID): +def handle_motd(message, message_from_id): global MOTD if "$" in message and str(message_from_id) in bbs_admin_list: motd = message.split("$")[1]