Commit a21aa4e7 authored by ibuler's avatar ibuler

[Bugfix] 设置窗口大小默认值

parent 35f530f3
......@@ -14,7 +14,7 @@ logger = utils.get_logger(__file__)
class Request:
def __init__(self, addr):
self.type = ""
self.meta = {}
self.meta = {"width": 80, "height": 24}
self.user = None
self.addr = addr
self.remote_ip = self.addr[0]
......
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