Update addFav.py

ffs
This commit is contained in:
SpudGunMan
2025-10-12 15:03:44 -07:00
parent bc238ef476
commit b5d610728c
+1 -1
View File
@@ -110,7 +110,7 @@ if favList:
# for each node,interface tuple add the favorite node
for fav in favList:
try:
handleFavoritNode(fav['deviceID'], fav['nodeID'], True)
handleFavoriteNode(fav['deviceID'], fav['nodeID'], True)
time.sleep(1)
except Exception as e:
logger.error(f"addFav: Error adding favorite node {fav['nodeID']} to device {fav['deviceID']}: {e}")