From 705d51496fed8deb42c43a893e5be277547654ae Mon Sep 17 00:00:00 2001 From: xnappo Date: Sun, 19 Apr 2015 08:20:51 -0500 Subject: [PATCH] Check for pending actions every 10 secs --- service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service.py b/service.py index edb25b37..6b75dbf7 100644 --- a/service.py +++ b/service.py @@ -126,7 +126,8 @@ class Service(): else: if self.KodiMonitor.waitForAbort(10): # Abort was requested while waiting. We should exit - break + break + WebSocketThread().processPendingActions() else: xbmc.log("Not authenticated yet")