[trigger/dhcp] Typo
This commit is contained in:
parent
561038df55
commit
83e268b969
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def add_dhcp_host(mac, ip, name=None):
|
|||
response = conn.query_server(msg)
|
||||
conn.close()
|
||||
|
||||
def delete_dhcp_host(self, mac, ip):
|
||||
def delete_dhcp_host(mac, ip):
|
||||
"""Deletes dhcp host using omapi
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue