From 51d6bec51ceb540953f086d19619c91985408fe6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 19 Apr 2018 23:40:49 +0200 Subject: [PATCH] Forgot an import --- platypush/plugins/video/torrentcast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index c64b4df22..bd835716c 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -1,3 +1,4 @@ +import logging import json import urllib3 import urllib.request