From f7e65e99594c77a9231bc7fff87d8faae793f069 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Mon, 17 Feb 2020 20:27:36 +0100 Subject: [PATCH] v4.0.0.0 Changelog: https://haproxy-wi.org/changelog.py#4 --- api/api_funct.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/api_funct.py b/api/api_funct.py index ff8e4703..7dc21792 100644 --- a/api/api_funct.py +++ b/api/api_funct.py @@ -46,9 +46,7 @@ def get_server(id): 'virt':s[4], 'enable':s[5], 'master':s[6], - 'creds':s[7], - 'alert':s[8], - 'metrics':s[9] + 'creds':s[7] } except: server = data