-basic now-playing toolbar. Some data still needs to be populated.
This commit is contained in:
parent
7a11f2aa41
commit
7450195854
5 changed files with 158 additions and 163 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue