From 3f3ec08af268bd71455e5159e01cc39e952a5485 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 20 Apr 2018 09:27:57 +0200 Subject: [PATCH] typo --- platypush/plugins/video/omxplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 05d151284..130d111cb 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -12,7 +12,7 @@ from omxplayer import OMXPlayer from platypush.message.response import Response from platypush.message.event.video import VideoPlayEvent, VideoPauseEvent, \ - VideoStop, NewPlayingVideoEvent + VideoStopEvent, NewPlayingVideoEvent from .. import Plugin