Hadouken apikey check not using correct settingskey

fix #4674
This commit is contained in:
Ruud
2015-02-22 14:49:37 +01:00
parent 99a0621238
commit 6b8458d87f
+1 -1
View File
@@ -31,7 +31,7 @@ class Hadouken(DownloaderBase):
log.error('Config properties are not filled in correctly, port is missing.')
return False
if not self.conf('apikey'):
if not self.conf('api_key'):
log.error('Config properties are not filled in correctly, API key is missing.')
return False