apiKey => apiKey
The error message is clearer
This commit is contained in:
Brendan Rius 2015-12-05 01:11:49 +01:00
parent bf52d4acdc
commit 8ba74df6b5

View File

@ -32,7 +32,7 @@ def __virtual__():
'''
if _apikey():
return True
return (False, 'The API key was not specified. Please specify it using the "apiKey" attribute.')
return (False, 'The API key was not specified. Please specify it using the "apikey" config.')
def _apikey():