🚑 Fix typo for protocol, fixes #1514

This commit is contained in:
Paul Sinclair 2019-07-27 18:47:55 -04:00
parent 3286e83ee0
commit cb19ccc8b2
No known key found for this signature in database
GPG Key ID: 779C7A23E1AA845D

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