From 4cdf68f074b227497d33b96f7b35b06a36369a54 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 19:24:37 -0700 Subject: [PATCH] fixLocaStats and sysinfo --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index fc97d97..2970aa3 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -153,7 +153,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n else: bot_response = restrictedResponse else: - logger.debug(f"System: Bot detected Commands:{cmds} From: {get_name_from_number(message_from_id)}") + logger.debug(f"System: Bot detected Commands:{cmds} From: {get_name_from_number(message_from_id)} isDM:{isDM}") # run the first command after sorting bot_response = command_handler[cmds[0]['cmd']]() # append the command to the cmdHistory list for lheard and history