From 2a25186ac3f27cd697f5e2b2b76d7d2482e84be0 Mon Sep 17 00:00:00 2001 From: Nick Guy Date: Sun, 2 Mar 2025 15:01:15 +0000 Subject: [PATCH] Fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a5ded1a..13807b2 100644 --- a/main.py +++ b/main.py @@ -69,7 +69,7 @@ def apply_port_changes(): label = "Allocation " + str(alloc["id"]) + " for " + node_internal_name if alloc["id"] in allocation_server_lookup.keys(): svr = allocation_server_lookup[alloc["id"]] - if "pf_exclude" in svr.description: + if "pf_exclude" in svr["description"]: continue label = svr["name"] + "(" + svr["identifier"] + ") allocation"