From 72bd118149cea3e18dc19b16c91341fb5cbe7607 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Wed, 14 Oct 2020 15:33:08 +0100 Subject: [PATCH] [14.10.20] Probes broken for some reason --- src/probes/probes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/probes/probes.py b/src/probes/probes.py index 741905a..c99da09 100644 --- a/src/probes/probes.py +++ b/src/probes/probes.py @@ -15,7 +15,7 @@ def readiness(): # result = requests.request("GET", 'http://localhost:9090/predictProbeTest') # result = json.loads(result.text) - if "" != "": + if "d" != "": return json.dumps({ 'status': 'UP', 'app': {