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