From 52b2858ac2734fccec1c3563fbf29697db1fc128 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 29 Jun 2013 21:39:53 +0200 Subject: [PATCH] Don't enable yifi by default --- couchpotato/core/providers/torrent/yify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/yify/__init__.py b/couchpotato/core/providers/torrent/yify/__init__.py index f747751..70d6568 100644 --- a/couchpotato/core/providers/torrent/yify/__init__.py +++ b/couchpotato/core/providers/torrent/yify/__init__.py @@ -17,7 +17,7 @@ config = [{ { 'name': 'enabled', 'type': 'enabler', - 'default': True + 'default': 0 }, { 'name': 'extra_score',