From c18dbb8d068837af211ca6fe3d1f10275ad93f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Nov 2020 01:04:08 +0100 Subject: [PATCH] Update 'src/utils/healthchecks.py' --- src/utils/healthchecks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/healthchecks.py b/src/utils/healthchecks.py index 0946557..50887de 100644 --- a/src/utils/healthchecks.py +++ b/src/utils/healthchecks.py @@ -14,5 +14,5 @@ __version__text__ = "1" def redis_available(): - flaskred.info() - return True, "redis ok" + redisstatus=flaskred.info() + return True, redisstatus