mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-10 02:42:51 +02:00
Update addFav.py
ffs
This commit is contained in:
+1
-1
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user