forked from platypush/platypush
Variable typo
This commit is contained in:
parent
51d6bec51c
commit
02f6e163bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue