Loading cccli/commands/vnc.py +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ class VNCViewer(threading.Thread): It handle reading exit code and close the dedicated forward ''' def __init__(self, viewver, cli, host_id, dest_ip, dest_port): def __init__(self, viewer, cli, host_id, dest_ip, dest_port): threading.Thread.__init__(self) self.viewer = viewver self.viewer = viewer self.cli = cli self.rpc = cli.rpc self.host_id = host_id Loading Loading
cccli/commands/vnc.py +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ class VNCViewer(threading.Thread): It handle reading exit code and close the dedicated forward ''' def __init__(self, viewver, cli, host_id, dest_ip, dest_port): def __init__(self, viewer, cli, host_id, dest_ip, dest_port): threading.Thread.__init__(self) self.viewer = viewver self.viewer = viewer self.cli = cli self.rpc = cli.rpc self.host_id = host_id Loading