1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00
This commit is contained in:
Tlams 2018-02-23 13:45:41 +00:00
parent ed306bd0bb
commit a34541d45d

View file

@ -408,7 +408,7 @@ class Core:
"""
def get_clusters_conf(self, cluster=None):
## DELETE USER/PW DATA
""" Test Redis Cache """
hash_object = hashlib.md5("{0}-{1}".format("administration", cluster).encode('utf-8'))
hash_hex = hash_object.hexdigest()
@ -439,7 +439,7 @@ class Core:
}
else:
new_cluster = {
"value": "{1} {0}".format(testdata, "Invalid or miss paramettrer"),
"value": "{1} {0}".format(testdata, "Invalid or miss parametrer"),
"result": "ERROR",
"type": "PROXMOX - VALUES"
}