From ee6cc6d3195e19183592f4d3f641ac7aa84e145f Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 10 Jun 2013 21:10:58 +0200 Subject: [PATCH] PTP torrent id in lowercases --- couchpotato/core/providers/torrent/passthepopcorn/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/passthepopcorn/main.py b/couchpotato/core/providers/torrent/passthepopcorn/main.py index a4bb0429..3f6e2b83 100644 --- a/couchpotato/core/providers/torrent/passthepopcorn/main.py +++ b/couchpotato/core/providers/torrent/passthepopcorn/main.py @@ -186,7 +186,7 @@ class PassThePopcorn(TorrentProvider): seen_one = False if not field in torrent: - log.debug('Torrent with ID %s has no field "%s"; cannot apply post-search-filter for quality "%s"', (torrent['Id'], field, quality)) + log.debug('Torrent with ID %s has no field "%s"; cannot apply post-search-filter for quality "%s"', (torrent['id'], field, quality)) continue for spec in specs: