From c032cf3f49a11cc34e8d4a336abc12a004eab7eb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Jan 2020 00:55:17 -0500 Subject: [PATCH] Correct bad variables --- client-api/pvc-api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 5eb41e3c..d6637dc5 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -2012,8 +2012,8 @@ class API_Network_Lease_Element(Resource): id: Message """ return api_helper.net_dhcp_list( - network, - lease, + vni, + mac, False )