Check for pending actions every 10 secs

This commit is contained in:
xnappo 2015-04-19 08:20:51 -05:00
parent 2930150113
commit 705d51496f
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ class Service():
else: else:
if self.KodiMonitor.waitForAbort(10): if self.KodiMonitor.waitForAbort(10):
# Abort was requested while waiting. We should exit # Abort was requested while waiting. We should exit
break break
WebSocketThread().processPendingActions()
else: else:
xbmc.log("Not authenticated yet") xbmc.log("Not authenticated yet")