From b8665b7fbb9ce4901e7add2912f6944c1d4f73cf Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 6 Jul 2018 02:41:19 +0200 Subject: [PATCH] Added another @action decorator --- platypush/plugins/video/omxplayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 849f3c11..4ac24b26 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -474,6 +474,7 @@ class VideoOmxplayerPlugin(Plugin): return proc.stdout.read().decode("utf-8", "strict")[:-1] + @action def torrent_search(self, query): self.logger.info('Searching matching movie torrents for "{}"'.format(query)) request = urllib.request.urlopen(urllib.request.Request(