mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-06 08:43:49 +00:00
update
This commit is contained in:
parent
fa1f2404d9
commit
388ebe3bee
@ -198,10 +198,10 @@ class TermLogRecorder(object):
|
|||||||
self._screen.reset()
|
self._screen.reset()
|
||||||
else:
|
else:
|
||||||
self._command()
|
self._command()
|
||||||
print "<<<<<<<<<<<<<<<<"
|
# print "<<<<<<<<<<<<<<<<"
|
||||||
print self._commands
|
# print self._commands
|
||||||
print self.CMD
|
# print self.CMD
|
||||||
print ">>>>>>>>>>>>>>>>"
|
# print ">>>>>>>>>>>>>>>>"
|
||||||
self.log[str(time.time() - self.recoderStartTime)] = msg.decode('utf-8', 'replace')
|
self.log[str(time.time() - self.recoderStartTime)] = msg.decode('utf-8', 'replace')
|
||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user