mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Fix stupid syntax
This commit is contained in:
parent
9e04f5dac7
commit
e79ca6c1f5
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class MongoDB:
|
||||||
self.db[self.collection_clusters].remove({"cluster": str(cluster)})
|
self.db[self.collection_clusters].remove({"cluster": str(cluster)})
|
||||||
result = {
|
result = {
|
||||||
"result": "OK",
|
"result": "OK",
|
||||||
"value": "{0} {1}".format(cluster, "has been deleted")
|
"value": "{0} has been deleted".format(cluster)
|
||||||
}
|
}
|
||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
result = {
|
result = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue