Commit 7dcf050d authored by kelianchun_miller's avatar kelianchun_miller

pull issue #120

parent 717869fd
......@@ -102,7 +102,6 @@ class Tty(object):
def __init_screen_stream(self):
"""
初始化虚拟屏幕和字符流
:return:
"""
self.stream = pyte.ByteStream()
self.screen = pyte.Screen(80, 24)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment