update_TermLogRecorder

pull/167/head
liuzheng712 2016-03-23 18:26:23 +08:00
parent 365a5ccd46
commit 17a7470a2a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class TermLogRecorder(object):
def __init_screen_stream(self):
"""
初始化虚拟屏幕和字符流
Initializing the virtual screen and the character stream
"""
self._stream = pyte.ByteStream()
self._screen = pyte.Screen(80, 24)