From 3795ae17ea4d3882911d5c01f32b4dd1818659af Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 28 Oct 2025 13:04:23 -0700 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 1aaa467..1321253 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1636,7 +1636,8 @@ def handle_boot(mesh=True): if my_settings.checklist_enabled: logger.debug("System: CheckList Module Enabled") - + if my_settings.inventory_enabled: + logger.debug("System: Inventory Module Enabled") if my_settings.ignoreChannels: logger.debug(f"System: Ignoring Channels: {my_settings.ignoreChannels}")