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,
|
||||
sound=False)
|
||||
# Start monitoring kodi events
|
||||
self.kodimonitor_running = True
|
||||
kodimonitor.KodiMonitor()
|
||||
self.kodimonitor_running = kodimonitor.KodiMonitor()
|
||||
|
||||
# Start the Websocket Client
|
||||
if not self.websocket_running:
|
||||
|
|
Loading…
Reference in a new issue