2
0
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:
Jarrod Johnson 2018-07-17 15:05:09 -04:00
parent 73da8ec8b5
commit ddd7ef5eba

View File

@ -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