mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Fix #545
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user