Fix Kodi monitor
This commit is contained in:
parent
3407d47f9c
commit
fc5d731859
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ class Service():
|
||||||
time=2000,
|
time=2000,
|
||||||
sound=False)
|
sound=False)
|
||||||
# Start monitoring kodi events
|
# Start monitoring kodi events
|
||||||
self.kodimonitor_running = True
|
self.kodimonitor_running = kodimonitor.KodiMonitor()
|
||||||
kodimonitor.KodiMonitor()
|
|
||||||
|
|
||||||
# Start the Websocket Client
|
# Start the Websocket Client
|
||||||
if not self.websocket_running:
|
if not self.websocket_running:
|
||||||
|
|
Loading…
Reference in a new issue