mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 08:11:39 +03:00
Merge pull request #1516 from sinclairpaul/protocol-typo
🚑 Fix typo for protocol, fixes #1514
This commit is contained in:
commit
b4ffa5927a
@ -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