Variable typo

This commit is contained in:
Fabio Manganiello 2018-04-19 23:42:10 +02:00
parent 51d6bec51c
commit 02f6e163bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
})
)