diff --git a/kippo/core/interact.py b/kippo/core/interact.py index 0079b50..fb8804b 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(