Commit ef59cff4 authored by liuzheng712's avatar liuzheng712

bug_fix

parent bb7a3ea0
...@@ -364,7 +364,7 @@ class WebTerminalHandler(tornado.websocket.WebSocketHandler): ...@@ -364,7 +364,7 @@ class WebTerminalHandler(tornado.websocket.WebSocketHandler):
return return
if 'resize' in jsondata.get('data'): if 'resize' in jsondata.get('data'):
self.termlog.write(jsondata) self.termlog.write(message)
self.channel.resize_pty( self.channel.resize_pty(
jsondata.get('data').get('resize').get('cols', 80), jsondata.get('data').get('resize').get('cols', 80),
jsondata.get('data').get('resize').get('rows', 24) jsondata.get('data').get('resize').get('rows', 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