float to string conversion

This commit is contained in:
jb-alvarado 2018-02-08 11:30:40 +01:00
parent 1c6f518216
commit c677070764

View File

@ -313,7 +313,7 @@ def iter_src_commands():
if time_in_buffer > float(_buffer.length): if time_in_buffer > float(_buffer.length):
# wait to sync time # wait to sync time
wait = time_in_buffer - float(_buffer.length) wait = time_in_buffer - float(_buffer.length)
logger.info('Wait for: ' + wait + ' seconds.') logger.info('Wait for: ' + str(wait) + ' seconds.')
sleep(wait) sleep(wait)
list_date = get_date(False) list_date = get_date(False)
last_out = False last_out = False