Update addFav.py

This commit is contained in:
SpudGunMan
2025-10-11 12:21:00 -07:00
parent d62990b6db
commit 27bf61a913
+1 -1
View File
@@ -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)