Merge pull request #1516 from sinclairpaul/protocol-typo

🚑 Fix typo for protocol, fixes #1514
This commit is contained in:
Nicolas Hennion 2019-08-01 09:19:12 +02:00 committed by GitHub
commit b4ffa5927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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