This commit is contained in:
Michel Oosterhof
2017-07-03 10:20:34 +00:00
parent dc08cbb6c7
commit 7fac536b6a

View File

@ -70,7 +70,7 @@ def playlog(fd, settings):
data = data.replace("\n", "\r\n")
thedata = [sleeptime, data]
thelog['duration'] = curtime
thelog['duration'] += sleeptime
stdout.append(thedata)
if settings['colorify'] and color: