From cb19ccc8b205d71449e6f3223797b16f24f2d06b Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sat, 27 Jul 2019 18:47:55 -0400 Subject: [PATCH] :ambulance: Fix typo for protocol, fixes #1514 --- glances/exports/glances_influxdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/exports/glances_influxdb.py b/glances/exports/glances_influxdb.py index 78c42f89..c73092a7 100644 --- a/glances/exports/glances_influxdb.py +++ b/glances/exports/glances_influxdb.py @@ -41,7 +41,7 @@ class Export(GlancesExport): self.db = None # Optionals configuration keys - self.protocole = 'http' + self.protocol = 'http' self.prefix = None self.tags = None