Revert "Sleep 5s after declaring connection dead"
This reverts commit d65d9f0aba
.
This commit is contained in:
parent
d65d9f0aba
commit
c779491499
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ class WebSocket(threading.Thread):
|
||||||
"declaring the connection dead")
|
"declaring the connection dead")
|
||||||
window('plex_online', value='false')
|
window('plex_online', value='false')
|
||||||
counter = 0
|
counter = 0
|
||||||
xbmc.sleep(5000)
|
xbmc.sleep(1000)
|
||||||
except websocket.WebSocketTimeoutException:
|
except websocket.WebSocketTimeoutException:
|
||||||
log.info("timeout while connecting, trying again")
|
log.info("timeout while connecting, trying again")
|
||||||
self.ws = None
|
self.ws = None
|
||||||
|
|
Loading…
Reference in a new issue