Commit e0d28417 authored by ibuler's avatar ibuler

[Update] 记录到录像

parent 6682b5aa
...@@ -246,6 +246,7 @@ class BaseServer: ...@@ -246,6 +246,7 @@ class BaseServer:
msg = wr(warning(msg.encode()), before=1, after=1) msg = wr(warning(msg.encode()), before=1, after=1)
self.output_data.append(msg) self.output_data.append(msg)
self.session.send_to_clients(msg) self.session.send_to_clients(msg)
self.session.put_replay(msg)
break break
return data return data
......
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