From f4dd4e0eb5d823fafa5a5879910b5d7797d65a71 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 5 Feb 2019 17:09:40 +0100 Subject: [PATCH] typo --- platypush/plugins/media/webtorrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/media/webtorrent.py b/platypush/plugins/media/webtorrent.py index 3b2703f4a4..55fd5d2379 100644 --- a/platypush/plugins/media/webtorrent.py +++ b/platypush/plugins/media/webtorrent.py @@ -320,8 +320,8 @@ class MediaWebtorrentPlugin(MediaPlugin): @action - def download(resource): - return self.play(resource=resource, download_only=True) + def download(self, resource): + return self.play(resource, download_only=True) @action