From 7ffd54561c5e8d1694fb32b66c64d2576ee765ea Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 15 Mar 2015 07:09:41 +0000 Subject: [PATCH] Fix issue #26 as reported by honigbij --- kippo/core/interact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kippo/core/interact.py b/kippo/core/interact.py index 0079b508..fb8804bf 100644 --- a/kippo/core/interact.py +++ b/kippo/core/interact.py @@ -66,7 +66,7 @@ class Interact(telnet.Telnet): if not self.readonly: if type(bytes) == type(''): ttylog.ttylog_write( - self.interacting.ttylog_file, + self.interacting.terminal.transport.session.conn.transport.ttylog_file, len(bytes), ttylog.TYPE_INTERACT, time.time(), bytes) for c in bytes: recvline.HistoricRecvLine.keystrokeReceived(