short sleep (#3115)

pull/3353/merge
Nolan Gilley 2016-09-14 00:46:11 -04:00 committed by Paulus Schoutsen
parent 68def21615
commit 2c01a67446
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import logging
import json
import os
import socket
import time
import voluptuous as vol
@ -232,6 +233,7 @@ class GPMDP(MediaPlayerDevice):
def update(self):
"""Get the latest details from the player."""
time.sleep(1)
playstate = self.send_gpmdp_msg('playback', 'getPlaybackState')
if playstate is None:
return