From 02f6e163bfbc2bcc0f80d49454a36226577fa3dc Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 19 Apr 2018 23:42:10 +0200 Subject: [PATCH] Variable typo --- platypush/plugins/video/torrentcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index bd835716..72072698 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -18,7 +18,7 @@ class VideoTorrentcastPlugin(Plugin): request = urllib.request.urlopen( 'http://{}:{}/play/'.format(self.server, self.port), data=urllib.parse.urlencode({ - 'url': resource + 'url': url }) )