Quick follow up

This commit is contained in:
angelblue05 2015-05-14 00:11:15 -05:00
parent 17ebed7d3d
commit e32c27685b

View file

@ -272,6 +272,7 @@ class WebSocketThread(threading.Thread):
if WINDOW.getProperty("Server_online") == "true":
self.logMsg("Server is unreachable.", 1)
WINDOW.setProperty("Server_online", "false")
xbmcgui.Dialog().notification("Error connecting", "%s Server is unreachable." % self.addonName)
if self.KodiMonitor.waitForAbort(5):
break