mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 08:11:39 +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
|
||||
|
||||
# Optionals configuration keys
|
||||
self.protocole = 'http'
|
||||
self.protocol = 'http'
|
||||
self.prefix = None
|
||||
self.tags = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user