-basic now-playing toolbar. Some data still needs to be populated.

This commit is contained in:
mkonecny 2011-01-19 18:32:20 -05:00
parent 7a11f2aa41
commit 7450195854
5 changed files with 158 additions and 163 deletions

View file

@ -695,8 +695,8 @@ class Playout:
#Return the time as a floating point number expressed in seconds since the epoch, in UTC.
epoch_now = time.time()
logger.debug("Epoch start: "+ str(epoch_start))
logger.debug("Epoch now: "+ str(epoch_now))
logger.debug("Epoch start: " + str(epoch_start))
logger.debug("Epoch now: " + str(epoch_now))
sleep_time = epoch_start - epoch_now;