From 6b8458d87f8f1b3b527300b3c10c6ff174a02015 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Feb 2015 14:49:37 +0100 Subject: [PATCH] Hadouken apikey check not using correct settingskey fix #4674 --- couchpotato/core/downloaders/hadouken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/hadouken.py b/couchpotato/core/downloaders/hadouken.py index c7dddbe7..c89ed0e7 100644 --- a/couchpotato/core/downloaders/hadouken.py +++ b/couchpotato/core/downloaders/hadouken.py @@ -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