This commit is contained in:
Fabio Manganiello 2019-02-06 15:15:10 +01:00
parent 880a394d74
commit 86dc7f240a
1 changed files with 2 additions and 2 deletions

View File

@ -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):
"""