From 86dc7f240a5e2a0b45dff4c968ba43fe38aeb172 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 6 Feb 2019 15:15:10 +0100 Subject: [PATCH] typo --- platypush/plugins/media/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/media/__init__.py b/platypush/plugins/media/__init__.py index cd951353..67e96394 100644 --- a/platypush/plugins/media/__init__.py +++ b/platypush/plugins/media/__init__.py @@ -141,8 +141,8 @@ class MediaPlugin(Plugin): self._videos_queue = [] self._streaming_port = streaming_port self._streaming_proc = None - self._streaming_started = Event() - self._streaming_ended = Event() + self._streaming_started = threading.Event() + self._streaming_ended = threading.Event() def _get_resource(self, resource): """