1
0
Fork 0
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:
Tlams 2018-02-08 16:11:12 +00:00
parent 9e04f5dac7
commit e79ca6c1f5

View file

@ -143,7 +143,7 @@ class MongoDB:
self.db[self.collection_clusters].remove({"cluster": str(cluster)})
result = {
"result": "OK",
"value": "{0} {1}".format(cluster, "has been deleted")
"value": "{0} has been deleted".format(cluster)
}
except BaseException as e:
result = {