Commit 4661081f authored by ibuler's avatar ibuler

[Update] 修改client构造

parent e15a228f
...@@ -113,7 +113,7 @@ class Client(object): ...@@ -113,7 +113,7 @@ class Client(object):
self.id = tid self.id = tid
self.user = user self.user = user
self.addr = addr self.addr = addr
self.chan = None self.chan = chan
self.request = Request() self.request = Request()
self.connection_id = None self.connection_id = None
self.login_from = login_from self.login_from = login_from
......
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