Sleep longer
This commit is contained in:
parent
d4bb8eed84
commit
41b4493072
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def plex_command(key, value):
|
||||||
value: either 'True' or 'False'
|
value: either 'True' or 'False'
|
||||||
"""
|
"""
|
||||||
while window('plex_command'):
|
while window('plex_command'):
|
||||||
xbmc.sleep(5)
|
xbmc.sleep(20)
|
||||||
window('plex_command', value='%s-%s' % (key, value))
|
window('plex_command', value='%s-%s' % (key, value))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue