From 5838a41813eb62a3236604baeada5470bf20674e Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 30 Apr 2013 18:20:33 +0200 Subject: [PATCH] Newznab, not enough api_keys. fix #1677 --- couchpotato/core/providers/nzb/newznab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/nzb/newznab/__init__.py b/couchpotato/core/providers/nzb/newznab/__init__.py index 625da1ac..90f81cfc 100644 --- a/couchpotato/core/providers/nzb/newznab/__init__.py +++ b/couchpotato/core/providers/nzb/newznab/__init__.py @@ -40,7 +40,7 @@ config = [{ }, { 'name': 'api_key', - 'default': ',,,', + 'default': ',,,,,', 'label': 'Api Key', 'description': 'Can be found on your profile page', 'type': 'combined',