Updated the while loop

Removed deprecated method of xbmc.abortRequested for the new abortRequested() - new Helix method
This commit is contained in:
angelblue05 2015-03-27 22:56:10 -05:00
parent 0481ea8abf
commit dd03c993b5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Service():
ws = WebSocketThread()
while not xbmc.abortRequested:
while not self.KodiMonitor.abortRequested():
xbmc.sleep(1000)