[typo] domain -> Domain in cli.py

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-12 20:25:39 +02:00
parent 6c5e64c202
commit 32ed99deb9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def dbupdate(dbname, host, port, user, password, domain, drop):
return True return True
def delete_domain(): def delete_domain():
d = domain(name=domain) d = Domain(name=domain)
if len(d) < 1: if len(d) < 1:
return False return False