From e29573ebc02794c97c1326f0819a890e2a9b0237 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 11 Nov 2025 22:24:52 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 77b4141..3d7eaee 100644 --- a/modules/system.py +++ b/modules/system.py @@ -406,7 +406,7 @@ def build_channel_cache(force_refresh: bool = False): ch_hash_table_raw = node.get_channels_with_hash() #print(f"System: Device{i} Channel Hash Table: {ch_hash_table_raw}") except Exception: - logger.warning(f"System: API version error update API `pip3 install --upgrade "meshtastic[cli]"`") + logger.warning(f"System: API version error update API `pip3 install --upgrade meshtastic[cli]`") ch_hash_table_raw = [] channel_dict = {}