[typo] domain -> Domain in cli.py
This commit is contained in:
parent
6c5e64c202
commit
32ed99deb9
|
@ -99,7 +99,7 @@ def dbupdate(dbname, host, port, user, password, domain, drop):
|
|||
return True
|
||||
|
||||
def delete_domain():
|
||||
d = domain(name=domain)
|
||||
d = Domain(name=domain)
|
||||
if len(d) < 1:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue