diff --git a/couchpotato/core/providers/torrent/passthepopcorn/main.py b/couchpotato/core/providers/torrent/passthepopcorn/main.py index 6ce32530..239d9fdc 100644 --- a/couchpotato/core/providers/torrent/passthepopcorn/main.py +++ b/couchpotato/core/providers/torrent/passthepopcorn/main.py @@ -266,7 +266,7 @@ class PassThePopcorn(TorrentProvider): results.append(new) self.found(new) if not results: - log.info("Found nothing for '%s'" % movie.name) + log.info("Found nothing for '%s'" % movieTitle) return results def getMoreInfo(self, item):