From a0a9137ae70b3718c904dba7b3513f705af2f7e9 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Fri, 4 Sep 2020 16:44:19 +0200 Subject: [PATCH] Update setup-scripts/health-checker.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karol Wypchło --- setup-scripts/health-checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 039c9410..d5b4c75a 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -43,7 +43,7 @@ async def run_checks(): # check_health checks /health-check endpoint and reports recent issues async def check_health(): - print("\nChecking wallet/funds health...") + print("\nChecking portal health status...") try: res = requests.get("http://localhost/health-check", verify=False)