Commit 90628e7e authored by Anael Beutot's avatar Anael Beutot Committed by Sébastien Luttringer
Browse files

Fix typo

parent da785869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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