Sleep longer
This commit is contained in:
parent
c3b0d5f2a7
commit
071c68969a
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class UserClient(threading.Thread):
|
|||
state.PMS_STATUS = 'Auth'
|
||||
window('plex_serverStatus', value='Auth')
|
||||
self.resetClient()
|
||||
xbmc.sleep(2000)
|
||||
xbmc.sleep(3000)
|
||||
|
||||
if self.auth and (self.currUser is None):
|
||||
# Try to authenticate user
|
||||
|
|
Loading…
Reference in a new issue