From a34541d45d26c91fcd12037df572c56050e19720 Mon Sep 17 00:00:00 2001 From: Tlams Date: Fri, 23 Feb 2018 13:45:41 +0000 Subject: [PATCH] Remember --- code/scripts/main/core/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/scripts/main/core/core.py b/code/scripts/main/core/core.py index 8ce30eb..232ee41 100644 --- a/code/scripts/main/core/core.py +++ b/code/scripts/main/core/core.py @@ -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" }