From 6c52a991b05c4e2518fb6b6ab9caf22d9f6e2424 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 14 Jul 2012 00:22:18 +0200 Subject: [PATCH] Don't use backup category for KickAssTrrent. fix #524 --- couchpotato/core/providers/torrent/kickasstorrents/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/providers/torrent/kickasstorrents/main.py b/couchpotato/core/providers/torrent/kickasstorrents/main.py index ad3448d5..c57ae8a6 100644 --- a/couchpotato/core/providers/torrent/kickasstorrents/main.py +++ b/couchpotato/core/providers/torrent/kickasstorrents/main.py @@ -30,6 +30,7 @@ class KickAssTorrents(TorrentProvider): ] http_time_between_calls = 1 #seconds + cat_backup_id = None def search(self, movie, quality):