mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 18:11:15 +00:00
Fix proxyconsole break and reopen
This commit is contained in:
parent
73da8ec8b5
commit
ddd7ef5eba
@ -710,10 +710,10 @@ class ProxyConsole(object):
|
||||
self.clisession = None
|
||||
|
||||
def send_break(self):
|
||||
tlvdata.send(self.remote, {'operation:': 'break'})
|
||||
tlvdata.send(self.remote, {'operation': 'break'})
|
||||
|
||||
def reopen(self):
|
||||
tlvdata.send(self.remote, {'operation:': 'reopen'})
|
||||
tlvdata.send(self.remote, {'operation': 'reopen'})
|
||||
|
||||
|
||||
# this represents some api view of a console handler. This handles things like
|
||||
|
Loading…
Reference in New Issue
Block a user