SAB api_key typo

This commit is contained in:
Ruud Burger
2011-07-04 13:22:32 +02:00
parent 81a7c66fc0
commit 9bfbca95dd
+1 -1
View File
@@ -35,7 +35,7 @@ class Sabnzbd(Downloader):
pp = False
params = {
'apikey': self.conf('apikey'),
'apikey': self.conf('api_key'),
'cat': self.conf('category'),
'mode': 'addurl',
'name': data.get('url')