[typo] fix true -> True

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-12 19:38:53 +02:00
parent 9eead5cd85
commit 6c5e64c202
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def dbupdate(dbname, host, port, user, password, domain, drop):
cur.close()
conn.close()
return true
return True
def delete_domain():
d = domain(name=domain)