From 8951e9fc9007a4bb08ede97af6493404c38664d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Thu, 21 Nov 2013 22:22:19 +0100 Subject: [PATCH] typo --- couchpotato/core/providers/torrent/couchtater/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/couchtater/main.py b/couchpotato/core/providers/torrent/couchtater/main.py index 79c65110..e0262a5c 100644 --- a/couchpotato/core/providers/torrent/couchtater/main.py +++ b/couchpotato/core/providers/torrent/couchtater/main.py @@ -65,7 +65,7 @@ class Couchtarter(TorrentProvider): # 'size': tryInt(self.parseSize(result.get('Size'))), # 'score': host['extra_score'], # 'seeders': tryInt(result.get('Seeders'), - # 'leechers': tryInt(result.get('leechers'), + # 'leechers': tryInt(result.get('Leechers'), # 'resoultion': result.get('Resolution'), # 'source': result.get('Media'), # 'get_more_info': result.get('IMDbID')