Skip to content

Commit d2285eb

Browse files
author
David Mahler
committed
Fixed spacing error in get_vlans_by_groupid
1 parent 491a400 commit d2285eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netdot/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,4 +545,4 @@ def get_vlans_by_groupid(self, id):
545545
Returns:
546546
Multi-level dictionary on success
547547
"""
548-
return self.get("/vlan?VlanGroup=" + id)
548+
return self.get("/vlan?VlanGroup=" + id)

0 commit comments

Comments
 (0)