mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 16:22:03 +03:00
🚑 Fix typo for protocol, fixes #1514
This commit is contained in:
parent
3286e83ee0
commit
cb19ccc8b2
@ -41,7 +41,7 @@ class Export(GlancesExport):
|
|||||||
self.db = None
|
self.db = None
|
||||||
|
|
||||||
# Optionals configuration keys
|
# Optionals configuration keys
|
||||||
self.protocole = 'http'
|
self.protocol = 'http'
|
||||||
self.prefix = None
|
self.prefix = None
|
||||||
self.tags = None
|
self.tags = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user