This commit is contained in:
Yaqiang Zhu 2024-03-25 14:52:57 +08:00 committed by GitHub
commit ce9c019cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ def validate_str_type(type_, value):
@click.group(cls=clicommon.AbbreviationGroup, name="dhcp_server")
@clicommon.pass_db
def dhcp_server():
def dhcp_server(db):
"""config DHCP Server information"""
ctx = click.get_current_context()
dbconn = db.db