From 85cdd8e5af6ff7df6ffc55ec8824cacc69fbec9a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 6 Jul 2018 03:35:47 +0200 Subject: [PATCH] Removed old Response reference --- platypush/plugins/video/torrentcast.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index 868294e2..d08c3875 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -65,7 +65,6 @@ class VideoTorrentcastPlugin(Plugin): response = self.search(query) if not response.output['MovieList']: self.logger.info('No torrent results found for {}'.format(query)) - return Response() item = response.output['MovieList'][0] magnet = item['items'][0]['torrent_magnet']