From 27bf61a9137673aca7fe245a89ca04b0206c8d84 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 11 Oct 2025 12:21:00 -0700 Subject: [PATCH] Update addFav.py --- script/addFav.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/addFav.py b/script/addFav.py index 2416e70..7858246 100644 --- a/script/addFav.py +++ b/script/addFav.py @@ -105,5 +105,5 @@ logger.info("addFav: You may need to restart the mesh service on the device(s)") print(f"Finished adding {len(count_nodes)} favorite nodes to {len(count_devices)} device(s)") print(f"Data file for roof client_base has been saved to roofNodeList.pkl") if not roof_node: - logger.info(f"addFav: You can now run this script on the roof client_base node to priortize these nodes for routing") + logger.info(f"addFav: You can now run this repo+script & roofNodeList.pkl on the roof node to add the favorite nodes to the roof client_base") exit(0)